fixed missing http: in ROOT_URL
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:latest
|
image: gitea/gitea:latest
|
||||||
container_name: gitea
|
container_name: gitea-init
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- ROOT_URL=http://${IPV4_ADDRESS}:3000
|
- 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 "ROOT_URL=http://$IPV4_ADDRESS:3000" >> .env
|
||||||
echo "Stopping initial setup container ..."
|
echo "Stopping initial setup container ..."
|
||||||
docker compose -f config/docker-compose.init.yml down
|
docker compose -f config/docker-compose.init.yml down
|
||||||
|
docker logs gitea-init
|
||||||
echo "Disabling temporary port 3000 ..."
|
echo "Disabling temporary port 3000 ..."
|
||||||
sudo ufw delete allow 3000/tcp
|
sudo ufw delete allow 3000/tcp
|
||||||
sudo ufw reload
|
sudo ufw reload
|
||||||
|
|||||||
Reference in New Issue
Block a user