diff --git a/docker/git/Dockerfile b/docker/git/Dockerfile index 63668129..b278f279 100644 --- a/docker/git/Dockerfile +++ b/docker/git/Dockerfile @@ -1,4 +1,4 @@ -# modify time: 202402291259, you can modify here to trigger Docker Build action +# modify time: 202403061259, you can modify here to trigger Docker Build action # Dockerfile refer to: https://github.com/go-gitea/gitea/blob/main/Dockerfile FROM gitea/gitea:1.20.4 diff --git a/docker/git/src/s6/user/setup b/docker/git/src/s6/user/setup index 59c0a0c3..c190097f 100644 --- a/docker/git/src/s6/user/setup +++ b/docker/git/src/s6/user/setup @@ -11,7 +11,7 @@ admin_email="admin@mydomain.com" while [ "$response" != "200" ]; do sleep 3 - response=$(curl -s -o /dev/null -w "%{http_code}" localhost:3000) + response=$(curl -s -o /dev/null -w "%{http_code}" localhost:3000 || echo "Service not available") if [ "$response" = "200" ]; then echo "gitea is runing" break diff --git a/version.json b/version.json index 6afbc199..cb80c277 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "0.8.45", + "version": "0.8.46", "plugins": { "portainer": "0.0.9", "nginx": "0.0.7",