Skip to content

Commit

Permalink
Fix README for example override for port
Browse files Browse the repository at this point in the history
We use 4280 as port inside the container, so only the exposed port needs to change
  • Loading branch information
lionelyoung committed Sep 22, 2024
1 parent 4deca6f commit 92c70b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ services:
dockerfile: Dockerfile
ports:
- - "4280:4280"
+ - "34280:34280"
+ - "34280:4280"
- "80:80"
environment:
- - WS_HOST=localhost
Expand Down

0 comments on commit 92c70b4

Please sign in to comment.