Closed keltik85 closed 8 years ago
Does accessing localhost:9002/piwik work?
looks like moredread found the bug ;)
I'm closing this
-> in my opinion piwik normally runs aside the main root of a domain so it's not / by default you can change this behavieur by using a env variable
I am getting a 403 - Forbidden - nginx error when browsing to http://localhost:9002.
I installed a mysql-container like this (source: https://hub.docker.com/_/mysql/ ):
docker run --name mysqlcontainer -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:latest
Then I started the marvambass/piwik-container like this:
docker run -d -p 9002:80 -p 9003:443 --link mysqlcontainer:mysql --name piwik marvambass/piwik
This is the output of
docker ps
:Now i browse to the container like this:
My questions are: