Unverified Commit 8014e1a5 authored by Erik Wilson's avatar Erik Wilson Committed by GitHub

Merge pull request #667 from yamt/compose

docker-compose: Bump image versions to v0.7.0
parents 61bdd852 da739510
version: '3' version: '3'
services: services:
node: node:
image: rancher/k3s:v0.6.1 image: rancher/k3s:v0.7.0
tmpfs: tmpfs:
- /run - /run
- /var/run - /var/run
......
version: '3' version: '3'
services: services:
server: server:
image: rancher/k3s:v0.6.1 image: rancher/k3s:v0.7.0
command: server --disable-agent command: server --disable-agent
environment: environment:
- K3S_CLUSTER_SECRET=somethingtotallyrandom - K3S_CLUSTER_SECRET=somethingtotallyrandom
...@@ -15,7 +15,7 @@ services: ...@@ -15,7 +15,7 @@ services:
- 6443:6443 - 6443:6443
node: node:
image: rancher/k3s:v0.6.1 image: rancher/k3s:v0.7.0
tmpfs: tmpfs:
- /run - /run
- /var/run - /var/run
......
Markdown is supported
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