Skip to content

Commit

Permalink
Replace 1.0.0 with latest in rkt service
Browse files Browse the repository at this point in the history
  • Loading branch information
SerialVelocity committed May 28, 2017
1 parent 203942d commit 4542c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshguard-rkt.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ExecStart=/usr/bin/rkt --insecure-options=image run \
--mount volume=dev-log,target=/dev/log --volume dev-log,kind=host,source=/dev/log,readOnly=true \
--mount volume=journal,target=/var/log/journal --volume journal,kind=host,source=/var/log/journal \
--mount volume=config,target=/var/db/sshguard --volume config,kind=host,source=/var/db/sshguard \
docker://chillichef/coreos-sshguard:1.0.0 \
docker://chillichef/coreos-sshguard:latest \
--name=%p-service \
--caps-retain=CAP_NET_ADMIN,CAP_NET_RAW \
-- -a 120 -b 120:/var/db/sshguard/blacklist.db
Expand Down

0 comments on commit 4542c4b

Please sign in to comment.