mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 21:24:02 -05:00
docker-compose up failing
#31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zeke on GitHub (Aug 12, 2018).
I just pulled down the latest and tried
docker-compose upto get it running, per the current README.I got this error:
See also #23
@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 allocatedThis 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 fileto 8080 for example.After the build, you will be able to see the website on
localhost:8080instead oflocalhost😄@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 😄