From 89adbacc82e4ff5fbb7a43808ccc5ce1e8f70b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Sat, 24 Sep 2022 05:48:21 +0200 Subject: [PATCH] Update tags in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67180af..e51a9b7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ docker-compose: services: router: restart: unless-stopped - image: docker.io/jomicro/router:0.3.6 + image: docker.io/jomicro/router:0.3.8 environment: - MICRO_TRANSPORT=grpc - MICRO_REGISTRY=nats @@ -42,7 +42,7 @@ services: services: router: restart: unless-stopped - image: docker.io/jomicro/router:0.3.6 + image: docker.io/jomicro/router:0.3.8 environment: - MICRO_AUTH2_CLIENT=jwt - MICRO_AUTH2_ROUTER=jwt