You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I’ve configured all apps in a single Docker Compose file to route traffic through the Gluetun network. This setup works great! However, I’m curious if it’s possible to configure or use a similar setup with Cosmos.
Yes, you can create a standalone gluetun container, and for each container you want to attach to it, you have to modify the compose file like this :
Add the label "cosmos-force-network-mode:gluetun"
Remove every network or hostname configuration from the rest of the file as it will conflict with the label.
Feature Description
The ability provide a Wireguard/VPN connection, and tie containers to run under Glutun.
The text was updated successfully, but these errors were encountered: