Skip to content

Commit

Permalink
Merge pull request #221 from w169q169/patch-1
Browse files Browse the repository at this point in the history
Adjust the startup order of docker-compose
  • Loading branch information
ibuildthecloud authored Mar 22, 2019
2 parents cf666a7 + ef827e9 commit 08afcfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ services:
- /run
- /var/run
privileged: true
depends_on:
- server
environment:
- K3S_URL=https://server:6443
- K3S_CLUSTER_SECRET=somethingtotallyrandom
Expand Down

0 comments on commit 08afcfd

Please sign in to comment.