Release 1.13.0

This commit is contained in:
Bryan Boreham
2020-03-23 15:04:50 +00:00
parent b2d98dc1f7
commit 7c838affaa
10 changed files with 72 additions and 10 deletions
+2 -2
View File
@@ -112,7 +112,7 @@ After its been launched, open your browser to `http://localhost:4040`.
**Docker Compose Format Version 1:**
scope:
image: weaveworks/scope:1.12.0
image: weaveworks/scope:1.13.0
net: "host"
pid: "host"
privileged: true
@@ -128,7 +128,7 @@ After its been launched, open your browser to `http://localhost:4040`.
version: '2'
services:
scope:
image: weaveworks/scope:1.12.0
image: weaveworks/scope:1.13.0
network_mode: "host"
pid: "host"
privileged: true