Magento2 icon indicating copy to clipboard operation
Magento2 copied to clipboard

how do you docker down and docker up- once i do this it no longer finds page

Open TheSearcher opened this issue 4 years ago • 3 comments

Hi everyone. i managed to install the installagtion perfectly on MY MAC PRO.

However once i do a docker-compose down and then try to do a docker-compose up i.e

docker-compose -f docker-compose.yml -f docker-compose-dev.yml up -d

it no longer find it.

It return an error message of :

This site can’t be reached localhost refused to connect.

TheSearcher avatar Jul 15 '19 11:07 TheSearcher

Any reason why you wouldn’t use the simple start and stop pre built routines?

JackWormUK avatar Jul 15 '19 15:07 JackWormUK

@JackWorkUK hi jack. i will try that. but now i have a problem. i created several versions of this repo and did not docker-down them properly. My localhost page is now no longer working. which means i cannot use this repo as it primarly sends the info to port 80

TheSearcher avatar Jul 16 '19 12:07 TheSearcher

@TheSearcher Cant you remove them and reinstall them? Should have most of the install requirements cached?

You could also try raising them, killing them then using init or start. I had mixed results and found it was just easier to reinstall again due to the install speed from cached files

JackWormUK avatar Jul 17 '19 13:07 JackWormUK