Unverified Commit ef827e99 authored by senhtry's avatar senhtry Committed by GitHub

Adjust the startup order of docker-compose

Adjust the startup order of node and server, server service should be started at first.
parent dc91c485
......@@ -20,6 +20,8 @@ services:
- /run
- /var/run
privileged: true
depends_on:
- server
environment:
- K3S_URL=https://server:6443
- K3S_CLUSTER_SECRET=somethingtotallyrandom
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment