File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
docs/advanced/1_self_host Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,17 @@ help you get started.
14
14
15
15
::: tip
16
16
17
- Simplified instruction for docker- compose in the
17
+ Simplified instruction for docker compose in the
18
18
[ README] ( https://github.com/windmill-labs/windmill#how-to-self-host ) .
19
19
20
20
:::
21
21
22
+ ::: warning
23
+
24
+ Use ` docker compose ` and not ` docker-compose `
25
+
26
+ :::
27
+
22
28
::: info
23
29
24
30
When talking about the ` compose ` , or ` caddyfile ` , we explicitly refer to the
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const sidebars = {
46
46
type : 'category' ,
47
47
label : 'Advanced' ,
48
48
items : [ { type : 'autogenerated' , dirName : 'advanced' } ] ,
49
- collapsed : true
49
+ collapsed : false
50
50
} ,
51
51
{
52
52
type : 'category' ,
You can’t perform that action at this time.
0 commit comments