From 8c68b3f362b719bf8640f91f03e42c31d71c5027 Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 16 Feb 2025 11:40:15 +0100 Subject: [PATCH] Change gitea registration flag --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index aa34b01..0e8b372 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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