mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
@@ -1,3 +1,12 @@
|
||||
## Release 1.6.4
|
||||
|
||||
Re-release of 1.6.3 for which there were some problems publishing Docker images.
|
||||
|
||||
Documentation:
|
||||
- Fix phrasing in readme
|
||||
[#2836](https://github.com/weaveworks/scope/pull/2836)
|
||||
|
||||
|
||||
## Release 1.6.3
|
||||
|
||||
This is a minor patch release.
|
||||
|
||||
@@ -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.3
|
||||
image: weaveworks/scope:1.6.4
|
||||
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.3
|
||||
image: weaveworks/scope:1.6.4
|
||||
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.3
|
||||
image: weaveworks/scope:1.6.4
|
||||
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.3
|
||||
image: weaveworks/scope:1.6.4
|
||||
network_mode: "host"
|
||||
pid: "host"
|
||||
privileged: true
|
||||
|
||||
Reference in New Issue
Block a user