fixed missing http: in ROOT_URL

This commit is contained in:
2025-12-03 13:00:12 +00:00
parent 166011d72a
commit 3a854ab27b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
services:
gitea:
image: gitea/gitea:latest
container_name: gitea
container_name: gitea-init
restart: always
environment:
- ROOT_URL=http://${IPV4_ADDRESS}:3000

View File

@@ -33,6 +33,7 @@ else
echo "ROOT_URL=http://$IPV4_ADDRESS:3000" >> .env
echo "Stopping initial setup container ..."
docker compose -f config/docker-compose.init.yml down
docker logs gitea-init
echo "Disabling temporary port 3000 ..."
sudo ufw delete allow 3000/tcp
sudo ufw reload