Skip to content

Commit

Permalink
Merge pull request #2019 from weaveworks/unintuitive-compose-service-…
Browse files Browse the repository at this point in the history
…name

Use intuitive standalone service name in compose
  • Loading branch information
Alfonso Acosta authored Nov 18, 2016
2 parents b3448b1 + fa84f65 commit 7b0bf50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 7b0bf50

Please sign in to comment.