mirror of https://github.com/k3s-io/k3s
Merge pull request #448 from carsonoid/compose050
Update docker-compose files to use 0.5.0pull/449/head
commit
55124c7144
|
@ -1,7 +1,7 @@
|
|||
version: '3'
|
||||
services:
|
||||
node:
|
||||
image: rancher/k3s:v0.4.0
|
||||
image: rancher/k3s:v0.5.0
|
||||
tmpfs:
|
||||
- /run
|
||||
- /var/run
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3'
|
||||
services:
|
||||
server:
|
||||
image: rancher/k3s:v0.4.0
|
||||
image: rancher/k3s:v0.5.0
|
||||
command: server --disable-agent
|
||||
environment:
|
||||
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
||||
|
@ -15,7 +15,7 @@ services:
|
|||
- 6443:6443
|
||||
|
||||
node:
|
||||
image: rancher/k3s:v0.4.0
|
||||
image: rancher/k3s:v0.5.0
|
||||
tmpfs:
|
||||
- /run
|
||||
- /var/run
|
||||
|
|
Loading…
Reference in New Issue