Added timezone data to gitea
This commit is contained in:
parent
1b13923351
commit
e044785bcb
|
|
@ -87,6 +87,8 @@ services:
|
||||||
#- /var/lib/gitea:/data
|
#- /var/lib/gitea:/data
|
||||||
- ${DIR}/gitea:/data
|
- ${DIR}/gitea:/data
|
||||||
- /home/git/.ssh:/data/git/.ssh
|
- /home/git/.ssh:/data/git/.ssh
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:2222:22"
|
- "127.0.0.1:2222:22"
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue