From 44219f3393bfd11c3cc38df177b4478e848f4ee9 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 13 Jan 2025 11:47:03 -0600 Subject: [PATCH] OpenGist fix --- compose/opengist.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose/opengist.yml b/compose/opengist.yml index 701a7d1..39b7078 100644 --- a/compose/opengist.yml +++ b/compose/opengist.yml @@ -4,10 +4,11 @@ services: restart: unless-stopped ports: - "${APP_PORT}:6157" - - "${SSH_PORT}:2222" + - "${SSH_PORT}:${SSH_PORT}" volumes: - ${ROOT_DIR}:/opengist environment: + OG_SSH_PORT: ${SSH_PORT} OG_GITEA_NAME: ${OG_GITEA_URL} OG_GITEA_URL: ${OG_GITEA_URL} OG_GITEA_SECRET: ${OG_GITEA_SECRET}