Skip to content

Commit

Permalink
In case this was meant to be localhost.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmaclean committed Nov 27, 2015
1 parent 43e058f commit e264678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fleet-unit-files/vulcand.service
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ExecStart=/usr/bin/docker run \
-v /etc/ssl/etcd:/etc/ssl/etcd \
psitrax/vulcand:latest \
vulcand \
-etcd=https://172.17.2.1:4001 \
-etcd=https://127.0.0.1:4001 \
-sealKey=YOU SHOULD CREATE YOUR OWN

ExecStop=/bin/sh -c '/usr/bin/docker ps | /usr/bin/grep vulcand 1> /dev/null && /usr/bin/docker stop vulcand || true'

0 comments on commit e264678

Please sign in to comment.