This commit is contained in:
qiaofeng1227 2024-03-06 15:45:44 +08:00
parent fc4bf1c6de
commit 4e358e6406
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -1,5 +1,5 @@
{
"version": "0.8.45",
"version": "0.8.46",
"plugins": {
"portainer": "0.0.9",
"nginx": "0.0.7",