Skip to content

Commit

Permalink
fix docker cmline in README
Browse files Browse the repository at this point in the history
  • Loading branch information
saimonn authored Nov 16, 2023
1 parent ffb824b commit a3b0a17
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 @@ -26,7 +26,7 @@ Using with Docker
-----------------

```shell
$ docker run -it --rm -p 8080:8080 ghcr.io/voxpupuli/puppet-catalog-diff-viewer:development
$ docker run -it --rm -p 8080:80 ghcr.io/voxpupuli/puppet-catalog-diff-viewer:development
```

will let you access the catalog diff viewer at [http://localhost:8080](http://localhost:8080).
Expand Down

0 comments on commit a3b0a17

Please sign in to comment.