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
I have installed rebuild-dndc through community apps in UnRaid and follow the instructions. Once my GlueTun VPN is rebuild/restarted, this indeed triggers the script to take action on the containers that have their network configured to use the VPN.
However, I end up with all orphaned dockers and have to reinstall them. Something is going wrong. Is here any debug log or so as a startpoint? Using Unraid 6.12.10
The text was updated successfully, but these errors were encountered:
I figured this one out myself. The default template for each container using the vpn network contains one or more port item(s), ie WebUI. Because the networkinterface in my setup is set to 'none' and setting the network interface through the extra parameters, this conflicts when starting the container (UnRaid seems to detect that and does not add the -p parameters when starting the container).
The solution was to remove all "port" items from the containers that use the VPN network. Then Rebuild-dndc can rebuild and restart them without a problem. It now works like a charm!
small note: i do see that when restarting a container from the CLI in the Rebuild-dndc container, the -l parameters (labels) are missing. Strangely enough, these labels ARE still there after a Rebuild-dndc rebuild and restart...
Hi!
I have installed rebuild-dndc through community apps in UnRaid and follow the instructions. Once my GlueTun VPN is rebuild/restarted, this indeed triggers the script to take action on the containers that have their network configured to use the VPN.
However, I end up with all orphaned dockers and have to reinstall them. Something is going wrong. Is here any debug log or so as a startpoint? Using Unraid 6.12.10
The text was updated successfully, but these errors were encountered: