From f0bdaca58dc2e018b27318c26c264d72df65e368 Mon Sep 17 00:00:00 2001 From: Chris Veleris Date: Wed, 15 Nov 2023 14:37:27 +0200 Subject: [PATCH] Update version --- .dockerignore | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 31f5b648..06067e99 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,6 @@ db/*.sqlite3 +*.sqlite3 +*.sqlite3-shm +*.sqlite3-wal certs/ .DS_Store \ No newline at end of file diff --git a/README.md b/README.md index e8fccbf1..8671b10f 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ puma -C app/config/puma.rb Pull the latest image: ```bash -docker pull chrisvel/tududi:0.3 +docker pull chrisvel/tududi:0.5 ``` In order to start the docker container you need 3 enviromental variables: @@ -114,7 +114,7 @@ TUDUDI_SESSION_SECRET -e TUDUDI_SESSION_SECRET=3337c138d17ac7acefa412e5db0d7ef6540905b198cc28c5bf0d11e48807a71bdfe48d82ed0a0a6eb667c937cbdd1db3e1e6073b3148bff37f73cc6398a39671 \ -v ~/tududi_db:/db \ -p 9292:9292 \ - -d chrisvel/tududi:0.3 + -d chrisvel/tududi:0.5 ``` 3. Navigate to https://localhost:9292 and fill in your email and password.