From 38cf8240cea45e9a240975b543ed99ee79199b66 Mon Sep 17 00:00:00 2001 From: anorien90 Date: Wed, 3 Dec 2025 13:01:37 +0000 Subject: [PATCH] fixed missing http: in ROOT_URL --- config/docker-compose.init.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/docker-compose.init.yml b/config/docker-compose.init.yml index db4c6ad..fb93c0b 100644 --- a/config/docker-compose.init.yml +++ b/config/docker-compose.init.yml @@ -3,8 +3,6 @@ services: image: gitea/gitea:latest container_name: gitea-init restart: always - environment: - - 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)