Commit a0d80475 authored by Mike Lang's avatar Mike Lang
Browse files

Update links for 1.6.2

parent fbf22d3e
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
......@@ -125,7 +125,7 @@ After it’s been launched, open your browser to `http://localhost:4040`.
**Docker Compose Format Version 1:**
scope:
image: weaveworks/scope:1.6.1
image: weaveworks/scope:1.6.2
net: "host"
pid: "host"
privileged: true
......@@ -141,7 +141,7 @@ After it’s been launched, open your browser to `http://localhost:4040`.
version: '2'
services:
scope:
image: weaveworks/scope:1.6.1
image: weaveworks/scope:1.6.2
network_mode: "host"
pid: "host"
privileged: true
......@@ -165,7 +165,7 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug
**Docker Compose Format Version 1:**
probe:
image: weaveworks/scope:1.6.1
image: weaveworks/scope:1.6.2
net: "host"
pid: "host"
privileged: true
......@@ -182,7 +182,7 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug
version: '2'
services:
probe:
image: weaveworks/scope:1.6.1
image: weaveworks/scope:1.6.2
network_mode: "host"
pid: "host"
privileged: true
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment