Skip to content

Commit 966a84f

Browse files
author
Marius van Zundert
committed
Fixed timezone issue in docker-compose.yml
1 parent 356dc36 commit 966a84f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- PGID=${WORKSPACE_PGID}
3333
- NODE_VERSION=${WORKSPACE_NODE_VERSION}
3434
- YARN_VERSION=${WORKSPACE_TIMEZONE}
35-
- TZ=${WORKSPACE_TIMEZONE=UTC}
35+
- TZ=${WORKSPACE_TIMEZONE}
3636
volumes_from:
3737
- applications
3838
extra_hosts:

0 commit comments

Comments
 (0)