clean-docker / Magento2

Docker Image to Magento 2 local development in Mac, Linux and Windows
https://hub.docker.com/r/rafaelcgstz/magento2/
MIT License
444 stars 251 forks source link

How can i change domain #87

Closed mrtuvn closed 5 years ago

mrtuvn commented 5 years ago

Instead localhost i would like to change to my own style domain. Ex magento2.test How can i do that I mean possible to let config domain before init container ?

MrLuisAmador commented 5 years ago

Here's the file you would have to edit to update the flag that sets your URL. I wouldn't advise modifying core files. You can update the URL easily in the Admin once the local website is up.

https://github.com/clean-docker/Magento2/blob/master/.docker/bin/install-magento2

Screen Shot 2019-04-22 at 11 42 20 PM
mrtuvn commented 5 years ago

@MrLuisAmador thanks i don't check in that file This is not issue so i will close this too