diff --git a/Config/Docker/Softwares/gitea.sh b/Config/Docker/Softwares/gitea.sh index f196212..0f8d14d 100644 --- a/Config/Docker/Softwares/gitea.sh +++ b/Config/Docker/Softwares/gitea.sh @@ -57,6 +57,7 @@ services: volumes: - ./mysql:/var/lib/mysql EOF +chown -R git:git $path sudo docker compose up -d sudo -u git ssh -p $(( port+22 )) -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"