Bump docker-compose to rc3

This commit is contained in:
Darren Shepherd 2019-02-08 13:24:59 -07:00
parent 01b3bb315e
commit 1f90483167

View File

@ -1,7 +1,7 @@
version: '3'
services:
server:
image: rancher/k3s:v0.1.0-rc1
image: ibuildthecloud/k3s:v0.1.0-rc3
command: server --disable-agent
environment:
- K3S_CLUSTER_SECRET=somethingtotallyrandom
@ -15,10 +15,12 @@ services:
- 6443:6443
node:
image: rancher/k3s:v0.1.0-rc1
image: ibuildthecloud/k3s:v0.1.0-rc3
tmpfs:
- /run
- /var/run
volumes:
- /var/lib/rancher/k3s
privileged: true
environment:
- K3S_URL=https://server:6443