Added timezone data to gitea
This commit is contained in:
parent
1b13923351
commit
e044785bcb
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue