fix gitea port opening
Some checks are pending
/ run ansible (push) Waiting to run

This commit is contained in:
Gabriel Augendre 2024-11-29 20:12:29 +01:00
parent 96fb0718d0
commit d6865592ce

View file

@ -8,6 +8,6 @@ services:
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "127.0.0.1:23730:22" - "23730:22" # needs to be open to the box
- "127.0.0.1:8006:3000" - "127.0.0.1:8006:3000"
mem_limit: 512m mem_limit: 512m