mirror of
				https://gitea.com/jwobith/docker-gitea.git
				synced 2025-11-03 19:59:21 +00:00 
			
		
		
		
	add port to enable webroot access
This commit is contained in:
		@@ -80,6 +80,7 @@ services:
 | 
				
			|||||||
      - "${VIRTUAL_PORT}"
 | 
					      - "${VIRTUAL_PORT}"
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - "127.0.0.1:2222:22"
 | 
					      - "127.0.0.1:2222:22"
 | 
				
			||||||
 | 
					      - "127.0.0.1:3000:3000"
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - /var/lib/gitea:/data
 | 
					      - /var/lib/gitea:/data
 | 
				
			||||||
      - /etc/timezone:/etc/timezone:ro
 | 
					      - /etc/timezone:/etc/timezone:ro
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user