mailcow / mailcow-dockerized

mailcow: dockerized - 🐮 + 🐋 = 💕
https://mailcow.email
GNU General Public License v3.0
8.25k stars 1.12k forks source link

refactor: remove 'version' from docker-compose.yml #5904

Closed arsham-gheibi closed 2 weeks ago

arsham-gheibi commented 2 weeks ago

Remove 'version' from docker-compose.yml since it is obsolete. also when trying to run the compose file, the following warning will appear:

WARN[0000] /opt/mailcow-dockerized/docker-compose.yml: `version` is obsolete 
milkmaker commented 2 weeks ago

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging. See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

MAGICCC commented 2 weeks ago

Done in https://github.com/mailcow/mailcow-dockerized/pull/5845