OpenGist fix
This commit is contained in:
parent
ef030d378d
commit
44219f3393
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue