Update 'gitea/docker-compose.yml'
This commit is contained in:
		@@ -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!"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user