Replies: 1 comment
-
This error occurs if a port is already in use by another process or docker container. You can change the port to a different number in your .env file: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In docker:
"(HTTP code 500) server error - Ports are not available: exposing port TCP 0.0.0.0:80 -> 0.0.0.0:0: listen tcp 0.0.0.0:80: bind: An attempt was made to access a socket in a way forbidden by its access permissions."
Worked perfectly fine until this port stopped working maybe two weeks ago.
Beta Was this translation helpful? Give feedback.
All reactions