Skip to content

Commit

Permalink
Fix ports in docker run example
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers authored Nov 4, 2024
1 parent ea4ee81 commit 32c6178
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 @@ -44,7 +44,7 @@ The docker image has a single volume for the files generated by the server.

#### Using [Github Packages](https://github.com/nwesterhausen/domain-monitor/packages/)

`docker run -p 127.0.0.1:3214:3214 -v ./data:/app/data ghcr.io/nwesterhausen/domain-monitor:1`
`docker run -p 127.0.0.1:3124:3124 -v ./data:/app/data ghcr.io/nwesterhausen/domain-monitor:1`

Example docker-compose:

Expand Down

0 comments on commit 32c6178

Please sign in to comment.