Containers do not come up after the reboot

Hi,

i’ve found a solution for me. The Problem was, i fixed the ip in the docker-compose file, because i had containers in host and also in a docker network running and i used a nginx proxy to make it accessible over port 80. the solution was to use two proxys. one in the sat network and then one in hostmode. so have no need to fix the ip range and ips of the containers. after this change, i had never a problem after this change