Stopped users being able to sign up to gitea and made my page the landing page

This commit is contained in:
Luke Else 2023-11-09 19:41:30 +00:00
parent 0b27c83aca
commit 0e0dcd9d1b

View File

@ -26,6 +26,8 @@ services:
- SSH_PORT=222
- SSH_LISTEN_PORT=22
- DB_TYPE=sqlite3
- DISABLE_REGISTRATION=true
- LANDING_PAGE=/luke-else
labels:
## Expose Gitea Through Trefik ##
- "traefik.enable=true" # <== Enable traefik to proxy this container