Skip to content

Commit d48e061

Browse files
committed
edit self-host instructions
1 parent a0c4a0e commit d48e061

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/advanced/1_self_host/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ Make sure docker is started (Mac: `open /Applications/Docker.app`, Windows: `sta
7171
curl https://raw.githubusercontent.com/windmill-labs/windmill/main/docker-compose.yml -o docker-compose.yml
7272
curl https://raw.githubusercontent.com/windmill-labs/windmill/main/Caddyfile -o Caddyfile
7373
curl https://raw.githubusercontent.com/windmill-labs/windmill/main/.env -o .env
74-
curl https://raw.githubusercontent.com/windmill-labs/windmill/main/oauth.json -o oauth.json
75-
74+
echo '{}' > oauth.json
7675
7776
docker compose up -d
7877
```

0 commit comments

Comments
 (0)