Update 'gitea/docker-compose.yml'
This commit is contained in:
parent
3e2e267b63
commit
c9d0988954
@ -34,7 +34,7 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- ${GITEA_ROOT}/data:/data
|
||||
- /home/git/.ssh/:/data/git/.ssh
|
||||
#- /home/git/.ssh/:/data/git/.ssh
|
||||
|
||||
env_file: live.env
|
||||
environment:
|
||||
@ -46,7 +46,8 @@ services:
|
||||
- DB_USER=${MYSQL_USER}
|
||||
- DB_PASSWD=${MYSQL_PASSWORD}
|
||||
- DOMAIN=gitea.${DOMAIN}
|
||||
- SSH_PORT=2222
|
||||
#- SSH_PORT=2222
|
||||
- DISABLE_SSH=true
|
||||
- DISABLE_REGISTRATION=true
|
||||
- ROOT_URL=https://gitea.${DOMAIN}/
|
||||
- "APP_NAME=Gitea: Git Gud!"
|
||||
|
Loading…
Reference in New Issue
Block a user