I've recently installed CSF on an Ubuntu server 20.04, where I also run a docker daemon. I've found that the standard docker-options in the configuration doesn't give my containers network access with adequate port forwarding. I've tried some workarounds, such as using putting
Code: Select all
service docker restart
Perhaps setting the
FASTSTART = "0"?
I'll experiment a bit more with this later when I can monitor more carefully what the effects are.