Sorry, I see nothing in the documentation referring to “autostart”.
The content referring to Starting it has the following: No reference to autostart. What am i missing?
Start mailcow¶
Pull the images and run the compose file. The parameter -d will start mailcow: dockerized detached:
docker compose (Plugin)
docker-compose (Standalone)
docker compose pull
docker compose up -d
Done!
You can now access https://${MAILCOW_HOSTNAME} with the default credentials admin + password moohoo.
Info
If you are not using mailcow behind a reverse proxy, you should redirect all HTTP requests to HTTPS.
The database will be initialized right after a connection to MySQL can be established.
Your data will persist in multiple Docker volumes, that are not deleted when you recreate or delete containers. Run docker volume ls to see a list of all volumes. You can safely run docker compose down without removing persistent data.
Last update: 2022-12-16 19:22:13
OK, ignore my question. I have it now . Thanks