Skip to content

Commit 743cfa6

Browse files
committed
Add timezone to docker compose and fix group id.
1 parent 82fcb71 commit 743cfa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ services:
1313
- NODE_JS=true
1414
- RELEASE_VERSION=apache
1515
- USER_ID=${USER_ID}
16-
- GROUP_ID=${USER_ID}
16+
- GROUP_ID=${GROUP_ID}
17+
- TZ=${TZ}
1718
context: ~/docker
1819
container_name: mvc5playground
1920
labels:

0 commit comments

Comments
 (0)