Change gitea registration flag

This commit is contained in:
koalasat
2025-02-16 11:39:44 +01:00
parent 4e5a9dedd1
commit 0a4bbbe29f

View File

@ -16,6 +16,8 @@ services:
image: docker.io/gitea/gitea:nightly
container_name: gitea
restart: always
environment:
- DISABLE_REGISTRATION: true # change to true for first installation
volumes:
- ./gitea:/data
- /etc/timezone:/etc/timezone:ro