Change gitea registration flag

This commit is contained in:
koalasat
2025-02-16 11:40:15 +01:00
parent 0a4bbbe29f
commit 8c68b3f362

View File

@ -17,7 +17,7 @@ services:
container_name: gitea
restart: always
environment:
- DISABLE_REGISTRATION: true # change to true for first installation
DISABLE_REGISTRATION: true # change to true for first installation
volumes:
- ./gitea:/data
- /etc/timezone:/etc/timezone:ro