Without host mode the docker container id

is referenced in volume name.
This commit is contained in:
Egon Rijpkema 2018-12-10 17:24:43 +01:00
parent 4911ae69a1
commit 471d22ba03
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ ExecStart=/usr/bin/docker run --name %n \
-v /etc/ceph:/etc/ceph \
-p 8777:8776 \
-p 3260:3260 \
--network=host \
{{ docker_image }}
[Install]