-
I tried this but I couldn't access it with port 3000 |
Beta Was this translation helpful? Give feedback.
Answered by
Hubro
May 12, 2022
Replies: 1 comment 1 reply
-
Clipface listens on port 80 on the inside of the container, not port 3000. Try this instead:
(You can change which port Clipface uses on the inside of the container by setting |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hammyexe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clipface listens on port 80 on the inside of the container, not port 3000. Try this instead:
(You can change which port Clipface uses on the inside of the container by setting
-e PORT=12345
, but I'm not sure if there's any point in doing that)