Update README

This commit is contained in:
Chris Veleris 2025-07-07 14:28:47 +03:00
parent c565bc0fed
commit c39c0ec241
2 changed files with 2 additions and 0 deletions

View file

@ -140,6 +140,7 @@ docker run \
-e TUDUDI_INTERNAL_SSL_ENABLED=false \
-e TUDUDI_ALLOWED_ORIGINS=https://tududi,http://tududi:3002 \
-v ~/tududi_db:/app/backend/db \
-v ~/tududi_uploads:/app/backend/uploads \
-p 3002:3002 \
-d chrisvel/tududi:latest
```