aegir-project / dockerfiles

Official dockerfiles for Aegir.
https://hub.docker.com/r/aegir/hostmaster/
MIT License
21 stars 11 forks source link

Hostmster is not starting #23

Closed Yusadolat closed 7 years ago

Yusadolat commented 7 years ago

After running docker-compose up I got the following error

ERROR: for hostmaster Cannot start service hostmaster: failed to create endpoint aegirdockerfile_hostmaster_1 on network aegirdockerfile_default: Error starting userland proxy: listen tcp 0.0.0.0:80: listen: address already in use ERROR: Encountered errors while bringing up the project.

helmo commented 7 years ago

Then something else is running on port 80 already... another container? or a webserver on your host OS?

Yusadolat commented 7 years ago

Thanks @helmo It true. I actually solved this by changing the port to 81. Thanks once again for taking your time to response