From ff113cfe48bacbe24b435c24e345e7a18e30f76e Mon Sep 17 00:00:00 2001 From: Chris Veleris Date: Sun, 3 Mar 2024 13:51:27 +0200 Subject: [PATCH] Update tag version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 780e451..e179769 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ puma -C app/config/puma.rb Pull the latest image: ```bash -docker pull chrisvel/tududi:0.17 +docker pull chrisvel/tududi:0.18 ``` In order to start the docker container you need 3 enviromental variables: @@ -120,7 +120,7 @@ TUDUDI_INTERNAL_SSL_ENABLED -e TUDUDI_INTERNAL_SSL_ENABLED=false \ -v ~/tududi_db:/usr/src/app/tududi_db \ -p 9292:9292 \ - -d chrisvel/tududi:0.17 + -d chrisvel/tududi:0.18 ``` 3. Navigate to https://localhost:9292 and fill in your email and password.