Skip to content

Commit

Permalink
Fixed the start container command example to use the image's current …
Browse files Browse the repository at this point in the history
…name.
  • Loading branch information
HHMIJenkins committed Feb 23, 2019
1 parent f43dac8 commit a51c369
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 @@ -6,7 +6,7 @@ It is based on the fullinstall-script provided by the NagiosXI team, so as long
You can start the container with the command:

```
docker run -d -p 80:80 -p 5666:5666 -p 5667:5667 --name nagiosxi tgoetheyn/nagiosxi
docker run -d -p 80:80 -p 5666:5666 -p 5667:5667 --name nagiosxi tgoetheyn/docker-nagiosxi
```

Afterwards you can access the console at:
Expand Down

0 comments on commit a51c369

Please sign in to comment.