Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit c7d1cbd

Browse files
authored
Add --name for icingadb in README.md (#64)
* 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.
1 parent dca97e5 commit c7d1cbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ docker run --rm -d \
2626
docker run -d \
2727
--network icinga \
2828
--restart always \
29+
--name icingadb \
2930
-e ICINGADB_REDIS_HOST=redis-icingadb \
3031
-e ICINGADB_REDIS_PORT=6379 \
3132
-e ICINGADB_REDIS_PASSWORD=123456 \
@@ -56,6 +57,7 @@ Consult the [Icinga DB configuration documentation] on what options there are.
5657
docker run -d \
5758
--network icinga \
5859
--restart always \
60+
--name icingadb \
5961
-e ICINGADB_REDIS_HOST=redis-icingadb \
6062
-e ICINGADB_REDIS_PORT=6379 \
6163
-e ICINGADB_REDIS_PASSWORD=123456 \

0 commit comments

Comments
 (0)