add port to enable webroot access

This commit is contained in:
redwerkz
2022-09-14 05:51:36 +02:00
parent da579b1103
commit 854d94601f

View File

@ -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