Skip to content

Commit fc1f349

Browse files
committed
add warning
1 parent 5f7c122 commit fc1f349

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/advanced/1_self_host/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,17 @@ help you get started.
1414

1515
:::tip
1616

17-
Simplified instruction for docker-compose in the
17+
Simplified instruction for docker compose in the
1818
[README](https://github.com/windmill-labs/windmill#how-to-self-host).
1919

2020
:::
2121

22+
:::warning
23+
24+
Use `docker compose` and not `docker-compose`
25+
26+
:::
27+
2228
:::info
2329

2430
When talking about the `compose`, or `caddyfile`, we explicitly refer to the

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const sidebars = {
4646
type: 'category',
4747
label: 'Advanced',
4848
items: [{ type: 'autogenerated', dirName: 'advanced' }],
49-
collapsed: true
49+
collapsed: false
5050
},
5151
{
5252
type: 'category',

0 commit comments

Comments
 (0)