Fix to SSH hostname on tailscale git example

This commit is contained in:
Jeff Clement 2024-11-08 11:19:54 -07:00
parent aed48ffdf8
commit 6d55d6409d
Signed by: jeff
GPG key ID: 3BCB43A3F0E1D7DA

View file

@ -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?