fixed missing http: in ROOT_URL
This commit is contained in:
@@ -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
|
||||
|
||||
1
setup.sh
1
setup.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user