Skip to content

Commit 4f3196e

Browse files
committed
docs: remove superfluous back-ticks from docker example commands
1 parent 213e163 commit 4f3196e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/02-installation.md.d/For-Container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ docker run --detach \
6565
--hostname icinga-master \
6666
--publish 5665:5665 \
6767
--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` \
68+
--mount=type=bind,source=/absolute/path/to/your/api-users.conf,target=/data/etc/icinga2/conf.d/api-users.conf \
6969
--env ICINGA_MASTER=1 \
7070
icinga/icinga2
7171
```

0 commit comments

Comments
 (0)