Use intuitive standalone service name in compose

This commit is contained in:
Alfonso Acosta
2016-11-18 16:14:49 +01:00
committed by GitHub
parent b3448b19c0
commit fa84f65c5d

View File

@@ -120,7 +120,7 @@ After its 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 its 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"