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