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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user