1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Support SSH_LISTEN_PORT env var in docker app.ini template (#7829)

Signed-off-by: leigh capili <leigh@null.net>
This commit is contained in:
leigh capili
2019-08-23 17:44:24 -06:00
committed by Antoine GIRARD
parent 7c8166d331
commit 70d2244e49
3 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ HTTP_PORT = $HTTP_PORT
ROOT_URL = $ROOT_URL
DISABLE_SSH = $DISABLE_SSH
SSH_PORT = $SSH_PORT
SSH_LISTEN_PORT = $SSH_LISTEN_PORT
LFS_START_SERVER = $LFS_START_SERVER
LFS_CONTENT_PATH = /data/git/lfs