diff --git a/fluxer_docs/docs/operator/get-started.md b/fluxer_docs/docs/operator/get-started.md index ad3cd623e..93e52b9c0 100644 --- a/fluxer_docs/docs/operator/get-started.md +++ b/fluxer_docs/docs/operator/get-started.md @@ -41,7 +41,7 @@ Create a working directory and download the stack files: mkdir fluxer cd fluxer -base=https://raw.githubusercontent.com/fluxerapp/fluxer/main/deploy/self-hosting +base=https://raw.githubusercontent.com/fluxerapp/fluxer/3b1eb56713d59181823df284b9646c890d2a3cba/deploy/self-hosting curl -fsSLO "$base/docker-compose.yml" curl -fsSLO "$base/Caddyfile" curl -fsSLO "$base/livekit.yaml"