From d6865592ced29356ccc991b5300c8e5755ce988e Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 29 Nov 2024 20:12:29 +0100 Subject: [PATCH] fix gitea port opening --- playbooks/apps/files/git/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/apps/files/git/docker-compose.yaml b/playbooks/apps/files/git/docker-compose.yaml index 7fe50f3..1193a7e 100644 --- a/playbooks/apps/files/git/docker-compose.yaml +++ b/playbooks/apps/files/git/docker-compose.yaml @@ -8,6 +8,6 @@ services: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro ports: - - "127.0.0.1:23730:22" + - "23730:22" # needs to be open to the box - "127.0.0.1:8006:3000" mem_limit: 512m