mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Merge pull request #1135 from mattjtodd/docker-compose-v1.0.0-images
Update Docker Compose file to use v1.0.0 image versions
This commit is contained in:
commit
00e8a29b88
@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: rancher/k3s:v0.10.0
|
image: rancher/k3s:v1.0.0
|
||||||
command: server --disable-agent
|
command: server --disable-agent
|
||||||
environment:
|
environment:
|
||||||
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
||||||
@ -15,7 +15,7 @@ services:
|
|||||||
- 6443:6443
|
- 6443:6443
|
||||||
|
|
||||||
node:
|
node:
|
||||||
image: rancher/k3s:v0.10.0
|
image: rancher/k3s:v1.0.0
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /run
|
- /run
|
||||||
- /var/run
|
- /var/run
|
||||||
|
Loading…
Reference in New Issue
Block a user