Skip to content

Commit

Permalink
Add --name for icingadb in README.md (#64)
Browse files Browse the repository at this point in the history
* Add --name for icingadb in README.md

The other containers all have meaningful names, describing what they are.
Adding this makes it much easier for people to track the purpose of the container.

* Updated indentation

The for --name argument was indented with spaces, rather than a tab, like the other lines. Correct this.

* Updated indentation

Previous commit missed one --name argument that was indented with spaces, rather than a tab.
  • Loading branch information
pkjam authored Jun 10, 2024
1 parent dca97e5 commit c7d1cbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ docker run --rm -d \
docker run -d \
--network icinga \
--restart always \
--name icingadb \
-e ICINGADB_REDIS_HOST=redis-icingadb \
-e ICINGADB_REDIS_PORT=6379 \
-e ICINGADB_REDIS_PASSWORD=123456 \
Expand Down Expand Up @@ -56,6 +57,7 @@ Consult the [Icinga DB configuration documentation] on what options there are.
docker run -d \
--network icinga \
--restart always \
--name icingadb \
-e ICINGADB_REDIS_HOST=redis-icingadb \
-e ICINGADB_REDIS_PORT=6379 \
-e ICINGADB_REDIS_PASSWORD=123456 \
Expand Down

0 comments on commit c7d1cbd

Please sign in to comment.