-
In docker: Worked perfectly fine until this port stopped working maybe two weeks ago. |
Beta Was this translation helpful? Give feedback.
Answered by
ptrumpis
Apr 10, 2024
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
Answer selected by
ptrumpis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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:
https://github.com/ptrumpis/snap-camera-server/blob/main/example.env#L19