watchtower + docker proxy / volumes ?? #8
-
Hi, I am running a new instance of your product for Watchtower.
My "volumes" are wrong isn't it ? |
Beta Was this translation helpful? Give feedback.
Answered by
wollomatic
Apr 8, 2024
Replies: 1 comment
-
Please see the example for Watchtower here: https://github.com/wollomatic/socket-proxy/blob/main/examples/docker-compose/watchtower/compose.yaml You need to whitelist all requests that Watchtower is allowed to do. This is done with the allowGET, allowPOST, and allowDELETE lines. You can mount the docker socket read only. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ThierryIT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please see the example for Watchtower here: https://github.com/wollomatic/socket-proxy/blob/main/examples/docker-compose/watchtower/compose.yaml
You need to whitelist all requests that Watchtower is allowed to do. This is done with the allowGET, allowPOST, and allowDELETE lines.
You can mount the docker socket read only.