-
Hey all, "failed to deploy a stack: Network arr_default Creating Network arr_default Created Container transmission-openvpn Creating Container transmission-openvpn Created Container prowlarr Creating Error response from daemon: conflicting options: port publishing and the container type network mode" Any help would be greatly appreciated. ChatGPT says "The error message is indicating that you're trying to publish ports (ports property) for containers that are also using the network mode of another service (network_mode: "service:transmission-openvpn")." Then it directs me to do it differently to the documentation, which eventually gets it all installed but the containers don't open their webUIs. Any help would be amazing!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
If I recall correctly, you need to manually create a network (always recommended over the default anyway..) |
Beta Was this translation helpful? Give feedback.
Ok I think I got somewhere thanks to Chat GPT. I thought the documentation had it wrong but turns out I missed a step there:
I didn't see the #s and had to scroll left to see them. This makes plenty of sense now. Apologies for the confusion!
The healthchecks are still giving me deploy errors, but I guess I don't need that...