Hey All -
I did a search and all I found was the link below but it didn’t seem to work. I’m trying to have Mailcow start on its own once the server has booted. Currently, I have to run docker-compose up -d manually each time to get mailcow ready for requests. I want to have it auto start on its own once the server has booted.
All I found was this via a search:
I ran this command as referenced in the link above, but it didn’t auto start mailcow on boot:
sudo systemctl enable docker
Thanks