Gluetun question/issue

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:

Also, edit the Docker Compose file with:

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?