mirror of
https://github.com/RoboSats/robosats-web-host.git
synced 2025-08-05 17:40:05 +00:00
Change gitea registration flag
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user