Update readme

This commit is contained in:
Chris Veleris 2023-11-27 15:10:07 +02:00
parent 2398d2278e
commit 10f2c5c887

View file

@ -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.