Add timezone/localtime mounts
This commit is contained in:
parent
6caf467fe1
commit
8bf2ca54a4
@ -28,6 +28,8 @@ services:
|
|||||||
- GITEA_SSH_PORT=2222
|
- GITEA_SSH_PORT=2222
|
||||||
volumes:
|
volumes:
|
||||||
- "git:/data"
|
- "git:/data"
|
||||||
|
- "/etc/timezone:/etc/timezone:ro"
|
||||||
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
- internal
|
- internal
|
||||||
|
Reference in New Issue
Block a user