Hi,
After docker-compose up -d
I don’t see welcome page on localhost.
I have to use 81 but upon Linux it was not a problem.
On Windows I have 404 - page not found on http://localhost:81
Notice:
Now, after change to apache, I have 403 Forbidden…
Hi,
After docker-compose up -d
I don’t see welcome page on localhost.
I have to use 81 but upon Linux it was not a problem.
On Windows I have 404 - page not found on http://localhost:81
Notice:
Now, after change to apache, I have 403 Forbidden…
It may help to run it without the -d or watch your logs for errors.
How do you have it setup in windows? local docker or a VM? if VM, how is the networking configured? NAT, Bridged, Host-Only?