mirror of
https://github.com/k3s-io/k3s.git
synced 2026-05-28 04:34:19 -04:00
Merge pull request #221 from w169q169/patch-1
Adjust the startup order of docker-compose
This commit is contained in:
commit
08afcfdc45
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue