Adjusted incorrect config

This commit is contained in:
Luke Else 2023-11-09 19:55:54 +00:00
parent 0e0dcd9d1b
commit f55debbc29

View File

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