From 08052394e35d10a490946b31a595c96799a8d727 Mon Sep 17 00:00:00 2001 From: fxequals Date: Fri, 19 Dec 2025 21:27:06 -0500 Subject: [PATCH] fix: added ports reference --- obsidian-logic/gitea/gitea.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/obsidian-logic/gitea/gitea.yml b/obsidian-logic/gitea/gitea.yml index 55447ae..da70879 100644 --- a/obsidian-logic/gitea/gitea.yml +++ b/obsidian-logic/gitea/gitea.yml @@ -14,8 +14,9 @@ services: networks: - proxy # ports: -# - 2222:22 <--- maps a unique SSH port for SSH pushes - +# - 22:22 +# - 3000:3000 + environment: PUID: 1000 PGID: 1000