volume localtime for docker

This commit is contained in:
jr-k 2024-08-01 10:41:12 +02:00
parent 8a41d2d278
commit aef16fe812
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ services:
- PORT=5000
- PORT_HTTP_EXTERNAL_STORAGE=5001
volumes:
- /etc/localtime:/etc/localtime:ro
- ./:/app/
ports:
- 5000:5000

View File

@ -10,6 +10,7 @@ services:
- PORT=5000
- PORT_HTTP_EXTERNAL_STORAGE=5001
volumes:
- /etc/localtime:/etc/localtime:ro
- ./data/db:/app/data/db
- ./data/uploads:/app/data/uploads
- ./var/run/storage:/app/var/run/storage