mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
Fix examples too
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user