Fixed timezone issue in docker-compose.yml
This commit is contained in:
parent
356dc36fd5
commit
966a84fa39
@ -32,7 +32,7 @@ services:
|
|||||||
- PGID=${WORKSPACE_PGID}
|
- PGID=${WORKSPACE_PGID}
|
||||||
- NODE_VERSION=${WORKSPACE_NODE_VERSION}
|
- NODE_VERSION=${WORKSPACE_NODE_VERSION}
|
||||||
- YARN_VERSION=${WORKSPACE_TIMEZONE}
|
- YARN_VERSION=${WORKSPACE_TIMEZONE}
|
||||||
- TZ=${WORKSPACE_TIMEZONE=UTC}
|
- TZ=${WORKSPACE_TIMEZONE}
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- applications
|
- applications
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
Loading…
Reference in New Issue
Block a user