mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-05 11:11:13 +00:00
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