docker-compose up failing #31

Closed
opened 2026-02-17 11:35:07 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @zeke on GitHub (Aug 12, 2018).

I just pulled down the latest and tried docker-compose up to get it running, per the current README.

I got this error:

~/git/conventional-commits/conventionalcommits.org master
$ docker-compose up
Creating network "conventionalcommitsorg_default" with the default driver
Pulling site (jekyll/jekyll:latest)...
latest: Pulling from jekyll/jekyll
911c6d0c7995: Pull complete
66c75bb6a8fc: Pull complete
a1d8100f3d6a: Pull complete
640ab4473371: Pull complete
21c0befec5f5: Pull complete
Digest: sha256:d40966028599e7e76f730ecef920b88bcd08dda82ed5beb6eb073fb4f211a93a
Status: Downloaded newer image for jekyll/jekyll:latest
Creating conventionalcommitsorg_site_1 ... 
Creating conventionalcommitsorg_site_1 ... error

ERROR: for conventionalcommitsorg_site_1  Cannot start service site: driver failed programming external connectivity on endpoint conventionalcommitsorg_site_1 (fcf7ab101b75ced4d315a3854366c7b940ed21fa5edc6b3bf89ba83b7ed4102d): Bind for 0.0.0.0:80 failed: port is already allocated

ERROR: for site  Cannot start service site: driver failed programming external connectivity on endpoint conventionalcommitsorg_site_1 (fcf7ab101b75ced4d315a3854366c7b940ed21fa5edc6b3bf89ba83b7ed4102d): Bind for 0.0.0.0:80 failed: port is already allocated
ERROR: Encountered errors while bringing up the project.
$ docker-compose --version
docker-compose version 1.14.0, build c7bdf9e

See also #23

Originally created by @zeke on GitHub (Aug 12, 2018). I just pulled down the latest and tried `docker-compose up` to get it running, per the current README. I got this error: ``` ~/git/conventional-commits/conventionalcommits.org master $ docker-compose up Creating network "conventionalcommitsorg_default" with the default driver Pulling site (jekyll/jekyll:latest)... latest: Pulling from jekyll/jekyll 911c6d0c7995: Pull complete 66c75bb6a8fc: Pull complete a1d8100f3d6a: Pull complete 640ab4473371: Pull complete 21c0befec5f5: Pull complete Digest: sha256:d40966028599e7e76f730ecef920b88bcd08dda82ed5beb6eb073fb4f211a93a Status: Downloaded newer image for jekyll/jekyll:latest Creating conventionalcommitsorg_site_1 ... Creating conventionalcommitsorg_site_1 ... error ERROR: for conventionalcommitsorg_site_1 Cannot start service site: driver failed programming external connectivity on endpoint conventionalcommitsorg_site_1 (fcf7ab101b75ced4d315a3854366c7b940ed21fa5edc6b3bf89ba83b7ed4102d): Bind for 0.0.0.0:80 failed: port is already allocated ERROR: for site Cannot start service site: driver failed programming external connectivity on endpoint conventionalcommitsorg_site_1 (fcf7ab101b75ced4d315a3854366c7b940ed21fa5edc6b3bf89ba83b7ed4102d): Bind for 0.0.0.0:80 failed: port is already allocated ERROR: Encountered errors while bringing up the project. ``` ``` $ docker-compose --version docker-compose version 1.14.0, build c7bdf9e ``` See also #23
Author
Owner

@damianopetrungaro commented on GitHub (Aug 12, 2018):

Hey @zeke just read the error message here 😄

ERROR: .... Bind for 0.0.0.0:80 failed: port is already allocated
This means you already have another port listening to the 80, you may kill the other process running on that port or change it on your docker-compose file to 8080 for example.
After the build, you will be able to see the website on localhost:8080 instead of localhost 😄

@damianopetrungaro commented on GitHub (Aug 12, 2018): Hey @zeke just read the error message here 😄 `ERROR: .... Bind for 0.0.0.0:80 failed: port is already allocated` This means you already have another port listening to the 80, you may kill the other process running on that port or change it on your `docker-compose file` to 8080 for example. After the build, you will be able to see the website on `localhost:8080` instead of `localhost` 😄
Author
Owner

@damianopetrungaro commented on GitHub (Aug 12, 2018):

Closing this one, let me know if you still any issue and feel free to re-open it 😄

Also if you have other questions about how it works ping me, I am always happy to help 😄

@damianopetrungaro commented on GitHub (Aug 12, 2018): Closing this one, let me know if you still any issue and feel free to re-open it 😄 Also if you have other questions about how it works ping me, I am always happy to help 😄
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/conventionalcommits.org#31