Hi all, when I want to set an app to use Gluetun (in my case, SAB) the network is listed as big-bear-gluten_default within the 3 dots/network section (not just Gluetun). If I select that I get "network big-bear-gluetun_default was found but has incorrect label com.docker.compose.network set to “default”
What do I need to alter? Thanks!
I have documentation here:
About
Lightweight swiss-knife-like VPN client to multiple VPN service providers
Install the Big Bear CasaOS App Store
Commit
Introduction
Starting the Container: When you begin using this docker container, it won’t function properly right away.
Configuration Needed: To make the container operate correctly, you have to provide it with certain pieces of information, known as “environment variables.” These variables are required to tailor the container’s behavior to your particular VPN provid…
Also, edit the Docker Compose file with:
Video
[How to edit CasaOS apps with a Big Bear Script]
About
Occasionally, the CasaOS container settings UI may not grant us the flexibility to modify configurations as we desire. To address this challenge, we’ve developed a script that simplifies the process:
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/edit-casaos-apps/run.sh)"
This script allows you to choose your desired application and select your preferred text editor, cur…
Thank you - so I did edit network mode and set it to network_mode: container:gluetun but now get
Error response from daemon: conflicting options: port publishing and the container type network mode
Your network mode is conflicting with ports you have on that container. What’s your Docker Compose like?