Docker: allow independent IPv4 and IPv6 selection for configured networks

This commit is contained in:
bergware
2025-03-19 13:09:17 +01:00
parent 8fb1974de3
commit 9f14e81621

View File

@@ -1109,6 +1109,5 @@ $(function() {
$.cookie('dockersettings_view_mode', $('.advancedview').is(':checked') ? 'advanced':'basic', {expires:3650});
});
showStatus('pid','dockerd');
}
);
});
</script>