Gitea timezone fix
This commit is contained in:
parent
136760405e
commit
ec2e6d7e0a
1 changed files with 1 additions and 2 deletions
|
|
@ -25,6 +25,7 @@ services:
|
|||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- TZ=Africa/Johannesburg
|
||||
- GITEA__database__DB_TYPE=mysql
|
||||
- GITEA__database__HOST=mih-gitea-db:3306
|
||||
- GITEA__database__NAME=${GITEA_SQL_DB}
|
||||
|
|
@ -35,8 +36,6 @@ services:
|
|||
- mih-network
|
||||
volumes:
|
||||
- ./mih_git/gitea:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "127.0.0.1:3000:3000"
|
||||
- "127.0.0.1:222:22"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue