Update gitea/docker-compose.yml

This commit is contained in:
n0tja_actual
2025-11-30 21:26:06 -06:00
parent f5abf95918
commit 42f4a1c193

View File

@@ -10,7 +10,7 @@ services:
- GITEA__database__NAME=gitea
- GITEA__database__USER=gitea
- GITEA__database__PASSWD=<Your Password>
- GITEA__service__DISABLE_REGISTRATION=true
- GITEA__service__DISABLE_REGISTRATION=false #Change this to true after setting up your initial user if you want to disable registration.
restart: always
networks:
- gitea