Add timezone/localtime mounts

This commit is contained in:
Luke Murphy 2020-08-26 10:58:49 +02:00
parent 6caf467fe1
commit 8bf2ca54a4
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ services:
- GITEA_SSH_PORT=2222
volumes:
- "git:/data"
- "/etc/timezone:/etc/timezone:ro"
- "/etc/localtime:/etc/localtime:ro"
networks:
- proxy
- internal