From 0dc9d36ff77a921ca25c1cf4ada732bbfb2dfd98 Mon Sep 17 00:00:00 2001 From: Gervasio Marchand Date: Sun, 4 Dec 2022 10:44:29 -0300 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c385c28..433db4c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ I'm using this `docker-compose.yml`: version: '2' services: fakerelay: - image: 'ghcr.io/g3rv4/fakerelay:1.0.3' + image: 'ghcr.io/g3rv4/fakerelay:latest' command: 'web' hostname: fakerelay environment: @@ -66,7 +66,7 @@ services: volumes: - '/local/path/to/data:/data' cli: - image: 'ghcr.io/g3rv4/fakerelay:1.0.2' + image: 'ghcr.io/g3rv4/fakerelay:latest' volumes: - '/local/path/to/data:/data' ```