fix: Fixed incorrect volume mapping

Volume maping used for the gitea service was incorrectly using the mapping for rootless gitea while using the rootful image. This caused volumes to mounted to anonymous volumes that were ephemeral.
This commit is contained in:
Jordan Del Pilar
2026-06-12 16:42:12 -07:00
parent 80b66bdf0c
commit 7d8c78b14e
+1 -2
View File
@@ -27,8 +27,7 @@ gitea_services:
domain: delpilar.net
port: 3000
volumes:
- /appdata/podman/gitea/data:/var/lib/gitea
- /appdata/podman/gitea/config:/etc/gitea
- /appdata/podman/gitea/data:/data
runner_services:
- name: act_runner