From 2fe6968e3b27baabc9b6cecddac433ce50dd2e5b Mon Sep 17 00:00:00 2001 From: Chris Veleris Date: Fri, 13 Sep 2024 11:34:18 +0300 Subject: [PATCH] Update version v0.19 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f1b932..2beb3b5 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.18 +docker pull chrisvel/tududi:0.19 ``` 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.18 + -d chrisvel/tududi:0.19 ``` 3. Navigate to https://localhost:9292 and fill in your email and password.