mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 23:29:28 +00:00
Adjust the startup order of docker-compose
Adjust the startup order of node and server, server service should be started at first.
This commit is contained in:
@@ -20,6 +20,8 @@ services:
|
||||
- /run
|
||||
- /var/run
|
||||
privileged: true
|
||||
depends_on:
|
||||
- server
|
||||
environment:
|
||||
- K3S_URL=https://server:6443
|
||||
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
||||
|
||||
Reference in New Issue
Block a user