From 166011d72a6c903a2e38b9b315bfe1d25c334506 Mon Sep 17 00:00:00 2001 From: anorien90 Date: Wed, 3 Dec 2025 12:58:45 +0000 Subject: [PATCH] fixed missing http: in ROOT_URL --- config/docker-compose.init.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/docker-compose.init.yml b/config/docker-compose.init.yml index 7ac1c09..576dd7d 100644 --- a/config/docker-compose.init.yml +++ b/config/docker-compose.init.yml @@ -4,7 +4,7 @@ services: container_name: gitea restart: always environment: - - ROOT_URL=http://${IPV4_ADDRESS}:3000/ + - ROOT_URL=http://${IPV4_ADDRESS}:3000 ports: # - "2222:22" # <-- SSH access is disabled for initial setup, uncomment if needed - "3000:3000" # Uncomment if you want to expose Gitea web interface directly (needed if not rooted behind a reverse proxy or for initial setup)