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