mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +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:
parent
dc91c4850b
commit
ef827e9957
@ -20,6 +20,8 @@ services:
|
||||
- /run
|
||||
- /var/run
|
||||
privileged: true
|
||||
depends_on:
|
||||
- server
|
||||
environment:
|
||||
- K3S_URL=https://server:6443
|
||||
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
||||
|
Loading…
Reference in New Issue
Block a user