OpenGist fix
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user