From 310835088ecfc12deddae68e8dccb6c9b9941f79 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre <gabriel@augendre.info> Date: Wed, 18 Dec 2024 18:26:21 +0100 Subject: [PATCH] typo --- 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 1193a7e..d3fd8b1 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: - - "23730:22" # needs to be open to the box + - "23730:22" # needs to be open to the router - "127.0.0.1:8006:3000" mem_limit: 512m