From 61a7a4696a880116389af3616d9ed121e66f11a1 Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Sat, 25 Mar 2023 14:23:28 +0000 Subject: [PATCH] Fix ssh port --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index bfe89e8..af78d47 100644 --- a/stack.yaml +++ b/stack.yaml @@ -13,6 +13,6 @@ services: - /etc/localtime:/etc/localtime:ro ports: - "5000:3000" - - "2222:2222" + - "2222:22" volumes: gitea-data: