Added timezone data to gitea

This commit is contained in:
Simon 2020-01-14 05:20:14 +01:00
parent 1b13923351
commit e044785bcb
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ services:
#- /var/lib/gitea:/data
- ${DIR}/gitea:/data
- /home/git/.ssh:/data/git/.ssh
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "127.0.0.1:2222:22"
- "3000:3000"