IQSS / dataverse-docker

Dataverse 6.2 on Docker with integrated services called "Archive in a box" and could be used both as demo and production system and easily integrated with other services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker fails to start if there is a running Apache httpd server

pkiraly opened this issue · comments

When I run docker on a machine which already has a running Apache or other web server instance, the process failes with an error message like this:

proxy_1 (5b1a33808c9e3a3cece64884ff0fca5aab67db94423f27100077efd7390b8cf1): Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use

It would be great if the README would mention conflicting services, such as Apache, PostgreSQL or a Java server.