volume localtime for docker
This commit is contained in:
parent
8a41d2d278
commit
aef16fe812
@ -12,6 +12,7 @@ services:
|
||||
- PORT=5000
|
||||
- PORT_HTTP_EXTERNAL_STORAGE=5001
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ./:/app/
|
||||
ports:
|
||||
- 5000:5000
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user