mirror of
https://github.com/RoboSats/robosats-web-host.git
synced 2025-08-06 10:00:06 +00:00
Change gitea registration flag
This commit is contained in:
@ -16,6 +16,8 @@ services:
|
|||||||
image: docker.io/gitea/gitea:nightly
|
image: docker.io/gitea/gitea:nightly
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
restart: always
|
restart: always
|
||||||
|
environment:
|
||||||
|
- DISABLE_REGISTRATION: true # change to true for first installation
|
||||||
volumes:
|
volumes:
|
||||||
- ./gitea:/data
|
- ./gitea:/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
Reference in New Issue
Block a user