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}