From 10f2c5c887fca892a338f54ccecbba9dcc1027e9 Mon Sep 17 00:00:00 2001 From: Chris Veleris Date: Mon, 27 Nov 2023 15:10:07 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4205236..449826e 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.14 +docker pull chrisvel/tududi:0.15 ``` In order to start the docker container you need 3 enviromental variables: @@ -117,7 +117,7 @@ TUDUDI_SESSION_SECRET -e TUDUDI_SESSION_SECRET=3337c138d17ac7acefa412e5db0d7ef6540905b198cc28c5bf0d11e48807a71bdfe48d82ed0a0a6eb667c937cbdd1db3e1e6073b3148bff37f73cc6398a39671 \ -v ~/tududi_db:/usr/src/app/tududi_db \ -p 9292:9292 \ - -d chrisvel/tududi:0.14 + -d chrisvel/tududi:0.15 ``` 3. Navigate to https://localhost:9292 and fill in your email and password.