This commit is contained in:
qiaofeng1227 2024-02-26 09:44:47 +08:00
parent 1ccc721d1e
commit 63573d0e1d
3 changed files with 9 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# modify time: 202402251555, you can modify here to trigger Docker Build action
# modify time: 202402260945, 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

@ -1,3 +1,9 @@
#!/bin/bash
exit 125
cred_path="/data/gitea/credential"
if [ -e "$cred_path" ]; then
echo "File $cred_path exists. disable /etc/s6/user"
exit 125
else
exit 0
fi

View file

@ -1,5 +1,5 @@
{
"version": "0.8.42",
"version": "0.8.43",
"plugins": {
"portainer": "0.0.8",
"nginx": "0.0.6",