Skip to content

Commit

Permalink
Adjust example docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Oct 22, 2024
1 parent 0749722 commit f424b17
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 @@ -7,7 +7,7 @@
Run the following command to start a new Docker container with `catadog`.

```
docker run --rm -d --name catadog ghcr.io/datadog/catadog
docker run --rm -it --publish 8128:8128 --name catadog ghcr.io/datadog/catadog
```

### Global command
Expand Down

0 comments on commit f424b17

Please sign in to comment.