I want to run docker-compose on startup but it fails until I change https://github.com/LibreELEC/Libr…cker.service#L4 to
After=network-online.service
Requires=network-online.service
Could this be changed in general?
I want to run docker-compose on startup but it fails until I change https://github.com/LibreELEC/Libr…cker.service#L4 to
After=network-online.service
Requires=network-online.service
Could this be changed in general?
Sorry, you likely messed something up. Docker is starting at Nov 07 13:43:14 but network-online.target is reached at Nov 07 13:43:19 (counting in boot time)
In addition: if network is needed timeout should be something high like 45 or 60 sec.