Comment on Some docker containers need manual start after host reboot
OneCardboardBox@lemmy.sdf.org 2 months agoYep, the problem was that docker started before the NFS mount. Adding the dependency to my systemd docker unit did the trick!
Comment on Some docker containers need manual start after host reboot
OneCardboardBox@lemmy.sdf.org 2 months agoYep, the problem was that docker started before the NFS mount. Adding the dependency to my systemd docker unit did the trick!
CameronDev@programming.dev 2 months ago
Excellent, thanks for the update!