docker容器中增加时区信息环境变量

This commit is contained in:
virusdefender
2016-05-30 18:12:36 +08:00
parent 74880989ab
commit 4a45ddb9e9
3 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ judger:
- /home/test_case:/var/judger/test_case
- /home/log:/var/judger/code/judge/log
environment:
- TZ=Asia/Shanghai
- rpc_token={YOUR_PASSWORD}
ports:
- "0.0.0.0:8085:8080"