mtmacdonald / docker-laravel

A Docker container for Laravel web apps
MIT License
122 stars 33 forks source link

Why https is forced? #16

Open hopewise opened 8 years ago

hopewise commented 8 years ago

When I start the container, I try to view it in the browser, the https is enforced, and although the with volume mapping, I only see:

404 Not Found

nginx/1.4.6 (Ubuntu)

I tried different ports, but I got the same result. I am using Docker version 1.10.1, OSX Capitan

I tried to expose port 8080, and run php artisan --port=8080, but I got the same result above Could it an issue with docker itself? Anyone tried this on Mac Capitan with Docker 1.10?

Any idea?