Skip to content

Will the remark42 docker image work in a rootless docker environment? #1852

Answered by paskal
georgew509 asked this question in Q&A
Discussion options

You must be logged in to vote

You should be able to connect to 127.0.0.1:8080, but you are not exposing any ports from the container (ports: section in the example docker-compose.yml) so you have no ability to connect to the container. Same goes for reverse proxy, first you need to verify that whatever address reverse proxy is proxying the request to, is accessible to you using curl from the same machine.

In your scenario with reverse proxy, I would recommend something like this:

    ports:
      - "127.0.0.1:8080:8080"

That way it would be open for local test with curl and for reverse proxy, but it would not be possible to reach your Remark42 instance by IP.

Replies: 3 comments 1 reply

Comment options

paskal
Nov 19, 2024
Collaborator Sponsor

You must be logged in to vote
0 replies
Comment options

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

paskal Nov 20, 2024
Collaborator Sponsor

Answer selected by georgew509
Comment options

You must be logged in to vote
0 replies
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