Fix examples too

This commit is contained in:
Alfonso Acosta
2017-01-20 14:41:13 +00:00
parent 80d0fc1cb9
commit 1c56b536a3
2 changed files with 4 additions and 8 deletions

View File

@@ -8,7 +8,5 @@ probe:
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:rw"
command:
- "--probe.docker"
- "true"
- "--service-token"
- "${SCOPE_SERVICE_TOKEN}"
- "--probe.docker=true"
- "--service-token=${SCOPE_SERVICE_TOKEN}"

View File

@@ -10,7 +10,5 @@ services:
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:rw"
command:
- "--probe.docker"
- "true"
- "--service-token"
- "${SCOPE_SERVICE_TOKEN}"
- "--probe.docker=true"
- "--service-token=${SCOPE_SERVICE_TOKEN}"