mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Merge pull request #2019 from weaveworks/unintuitive-compose-service-name
Use intuitive standalone service name in compose
This commit is contained in:
@@ -120,7 +120,7 @@ After it’s been launched, open your browser to `http://localhost:4040`.
|
||||
|
||||
**Docker Compose Format Version 1:**
|
||||
|
||||
probe:
|
||||
scope:
|
||||
image: weaveworks/scope:1.0.0
|
||||
net: "host"
|
||||
pid: "host"
|
||||
@@ -137,7 +137,7 @@ After it’s been launched, open your browser to `http://localhost:4040`.
|
||||
|
||||
version: '2'
|
||||
services:
|
||||
probe:
|
||||
scope:
|
||||
image: weaveworks/scope:1.0.0
|
||||
network_mode: "host"
|
||||
pid: "host"
|
||||
|
||||
Reference in New Issue
Block a user