Skip to content

How can I run it other than port 80? #55

Answered by Hubro
hammyexe asked this question in Q&A
Discussion options

You must be logged in to vote

Clipface listens on port 80 on the inside of the container, not port 3000. Try this instead:

docker run -d \
    --name clipface \
    -v /home/hammy/clips:/clips \
    -p 3000:80 \
    tomsan/clipface:latest

(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)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hammyexe
Comment options

Answer selected by hammyexe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants