Comment on Some docker containers need manual start after host reboot
OneCardboardBox@lemmy.sdf.org 10 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 10 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 10 months ago
Excellent, thanks for the update!