mage2click / m2c

Mage2click toolset to create and manage the Magento Docker development environment with mutagen.io file-sync for macOS and native filesystem mounts on Linux.
https://mage2.click
MIT License
69 stars 23 forks source link

Custom port #36

Closed webphpprojects closed 4 years ago

webphpprojects commented 4 years ago

I have a question, is there any way to use m2c tool with custom ports? Example: 81 instead of 80? If so how can I do it?

shkoliar commented 4 years ago

It is about ports that are exposed to the host machine? Currently, there is no way to change this, only possible by editing a docker-compose file (but this change will be lost after toolset update is executed).

webphpprojects commented 4 years ago

Ok, it would be a nice feature for this tool - regardless it's great tool. Then I have to change port for other projects :)