fix
Some checks failed
Deploy Gitea Custom / build-and-deploy (push) Failing after 16m55s

This commit is contained in:
pasha1coil 2025-08-25 21:10:59 +03:00
parent 5eb21d40b7
commit 11df16babb

@ -50,7 +50,7 @@ jobs:
-e USER_UID=1000 \ -e USER_UID=1000 \
-e USER_GID=1000 \ -e USER_GID=1000 \
-v ${{ env.VOLUME_NAME }}:/data \ -v ${{ env.VOLUME_NAME }}:/data \
-p 3000:3000 \ -p 3001:3000 \
-p 2223:22 \ -p 2223:22 \
--restart unless-stopped \ --restart unless-stopped \
localhost/gitea-custom:${{ github.sha }} localhost/gitea-custom:${{ github.sha }}