Closed mintexists closed 3 years ago
Hey @enbyautumn, thanks for the excellent PR!
How strange... I could have sworn I tested this and it worked with container:wireguard
, but I'll double-check quickly before merging.
Thanks again!
Looks good! Thanks for the update! 👍
Inside a docker-compose file, network mode should be
service:wireguard
notcontainer:wireguard
in order to function properly The error that lead me to this wasService 'curl' uses the network stack of container 'wireguard' which does not exist
, which was fixed by using the service network mode, which is a special network mode for docker compose to reference a container inside the compose.