mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 22:29:32 +00:00
update image to v0.10.0 in docker-compose.yml
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
server:
|
||||
image: rancher/k3s:v0.8.1
|
||||
image: rancher/k3s:v0.10.0
|
||||
command: server --disable-agent
|
||||
environment:
|
||||
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
- 6443:6443
|
||||
|
||||
node:
|
||||
image: rancher/k3s:v0.8.1
|
||||
image: rancher/k3s:v0.10.0
|
||||
tmpfs:
|
||||
- /run
|
||||
- /var/run
|
||||
|
||||
Reference in New Issue
Block a user