mirror of
https://gitea.com/jwobith/docker-gitea.git
synced 2025-07-14 03:54:35 +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