I’m following this tutorial to self host mail https://invidious.snopyta.org/watch?v=4rzc0hWRSPg. And after running docker-compose up -d i get this error 1 error(s) decoding:
docker-compose up -d
1 error(s) decoding:
error decoding 'Ports': Invalid ip address :: address ::: too many colons in address Help needed.
error decoding 'Ports': Invalid ip address :: address ::: too many colons in address
I have to second this, I’m following the standard guide @ https://mailcow.github.io/mailcow-dockerized-docs/i_u_m_install/
I also have this issue. I’m testing on Arch using up-to-date Docker and Docker Compose. I’m also using the docker-rootless-extras-bin package.
You may reread the install guides again
mailcow requires the latest version of docker-compose v1.
Seems you all use docker-compose v2
MAGIC You’re too kind! Thanks.
Ah my bad, I was unaware there was such a difference and just assumed the docs hadn’t been updated in a while.