From 3cf0289921755697a6e41734e98f444e8a2ffc7b Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 23 Apr 2023 11:13:48 +0200 Subject: [PATCH] update self-host instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70ecf2f7b8..b294ae7cd0 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,9 @@ compiling from source or using without a postgres super user, see ### Docker compose ``` -curl https://github.com/windmill-labs/windmill/blob/main/docker-compose.yml -o docker-compose.yml -curl https://github.com/windmill-labs/windmill/blob/main/CaddyFile -o Caddyfile -curl https://github.com/windmill-labs/windmill/blob/main/.env -o .env +curl https://raw.githubusercontent.com/windmill-labs/windmill/main/docker-compose.yml -o docker-compose.yml +curl https://raw.githubusercontent.com/windmill-labs/windmill/main/Caddyfile -o Caddyfile +curl https://raw.githubusercontent.com/windmill-labs/windmill/main/.env -o .env docker compose up -d --pull always ```