We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213e163 commit 4f3196eCopy full SHA for 4f3196e
doc/02-installation.md.d/For-Container.md
@@ -65,7 +65,7 @@ docker run --detach \
65
--hostname icinga-master \
66
--publish 5665:5665 \
67
--volume icinga-master:/data \
68
- --mount=type=bind,source=/absolute/path/to/your/api-users.conf,target=`/data/etc/icinga2/conf.d/api-users.conf` \
+ --mount=type=bind,source=/absolute/path/to/your/api-users.conf,target=/data/etc/icinga2/conf.d/api-users.conf \
69
--env ICINGA_MASTER=1 \
70
icinga/icinga2
71
```
0 commit comments