docker-owa
docker-owa copied to clipboard
Open Web Analytics docker image based on Alpine Linux
Just a couple suggestions to your compose config: - you don't need to expose mysql port on the host if you tie it through bridged network, so `3309:3309` is excessive...
By default, DockerFile is always pulling 1.6.2 version. Is there a way to pull latest 1.6.9 version?
When running in kubernetes, you cannot run processes in root. This is bad practice. What is the point of using supervisord? == 1 container should be nginx 1 container should...
I setup nginx with a proxy to localhost:8080 and the install page loads fine, but when I hit the submit button I get a 500. Nothing valuable in the nginx...