Sync container's time with host
This commit is contained in:
parent
b4ad7f2119
commit
8de0a04739
@ -2,15 +2,19 @@ db:
|
|||||||
build: db
|
build: db
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/db/var/lib/postgresql/data:/var/lib/postgresql/data
|
- ./volumes/db/var/lib/postgresql/data:/var/lib/postgresql/data
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
app:
|
app:
|
||||||
build: app
|
build: app
|
||||||
links:
|
links:
|
||||||
- db:pg
|
- db:pg
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/app/mattermost/config:/mattermost/config:rw
|
- ./volumes/app/mattermost/config:/mattermost/config:rw
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
web:
|
web:
|
||||||
build: web
|
build: web
|
||||||
ports:
|
ports:
|
||||||
- "8065:443"
|
- "8065:443"
|
||||||
links:
|
links:
|
||||||
- app:platform
|
- app:platform
|
||||||
|
volumes:
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
Reference in New Issue
Block a user