Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvel committed Nov 15, 2023
1 parent 177ab42 commit f0bdaca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
db/*.sqlite3
*.sqlite3
*.sqlite3-shm
*.sqlite3-wal
certs/
.DS_Store
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down

0 comments on commit f0bdaca

Please sign in to comment.