Skip to content

App is not starting with docker + nginx #4330

Discussion options

You must be logged in to vote

👋 @chavda-bhavik

PORT=3333 means Plausible would bind to 0.0.0.0:3333 in the container but you map it to 8000 from the host with 127.0.0.1:3333:8000. If nginx proxies to localhost:8000, the correct ports would be 127.0.0.1:8000:3333

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ruslandoga
Comment options

@chavda-bhavik
Comment options

@chavda-bhavik
Comment options

@ruslandoga
Comment options

Answer selected by chavda-bhavik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants