Use named volumes with Docker #5095
-
I have the following publish.yaml:
It unfortunately results in the following error:
Is there no support for named volumes or are only bind mounts supported? |
Beta Was this translation helpful? Give feedback.
Answered by
cgalo5758
Apr 23, 2025
Replies: 1 comment 4 replies
-
Using volumes in general requires the repo to be trusted by an admin. AFAIK only bind mounts are currently supported: woodpecker/pipeline/backend/docker/docker.go Line 204 in 131d4af |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wait a minute. I just tried it and it is working?
This is what I have:
Simple hugo deployment
compose.yaml
using swarmAnd my workflow definition
.woodpecker/publish.yaml