Skip to content

Commit

Permalink
change installation condition?
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrhmnGhanem committed Jan 6, 2024
1 parent 765053d commit 16d46d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_gitea.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -Eeuo pipefail -o verbose

docker-compose -f docker-compose.yml -f docker-compose.deploy.yml up &

until docker logs kitspace_gitea_1 | grep 'ORM engine initialization successful' ; do sleep 3s; done
until docker logs kitspace_gitea_1 | grep 'Starting new Web server' ; do sleep 3s; done

docker-compose stop

0 comments on commit 16d46d3

Please sign in to comment.