sameersbn / docker-invoiceplane

Dockerfile to create a Docker container image for InvoicePlane
MIT License
45 stars 51 forks source link

Trouble with docker-compose, cannot access through browser? #8

Closed benwinding closed 7 years ago

benwinding commented 7 years ago

Hey there,

I'm having trouble running your docker-compose.yml file.

The packages pull down and startup fine, (docker ps shows them with a status of up), however I can't get to the Web App page.

Here's my browser tests (after docker-compose up):

(Docker IP of my nginx container: 172.18.0.5)

http://invoice.example.com:10080/setup/ ---> Server Not Found http://172.18.0.5:10080/setup ---> Unable To Conect http://172.18.0.5/setup ---> redirects to ---> http://invoice.example.com:10080/index.php/setup/language ---> Server Not Found

Just trying to get a working docker version of InvoicePlane, any help is much appreciated,

Cheers. Ben