Fix to SSH hostname on tailscale git example
This commit is contained in:
parent
aed48ffdf8
commit
6d55d6409d
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ services:
|
||||||
- USER_GID=1000
|
- USER_GID=1000
|
||||||
- APP_NAME=${APP_NAME}
|
- APP_NAME=${APP_NAME}
|
||||||
- FORGEJO__server__ROOT_URL=https://${FORGEJO_HOSTNAME}
|
- FORGEJO__server__ROOT_URL=https://${FORGEJO_HOSTNAME}
|
||||||
|
- FORGEJO__server__SSH_DOMAIN=${FORGEJO_HOSTNAME}
|
||||||
# Prevent the installation wizard from running
|
# Prevent the installation wizard from running
|
||||||
- FORGEJO__security__INSTALL_LOCK=true
|
- FORGEJO__security__INSTALL_LOCK=true
|
||||||
# Do we allow new signups?
|
# Do we allow new signups?
|
||||||
|
|
Loading…
Reference in a new issue