docs(operator): pin self-hosting downloads to stable revision (#2266)

This commit is contained in:
Hampus
2026-08-31 18:57:58 +02:00
committed by GitHub
parent a5395b0109
commit e5e5bcccee
+1 -1
View File
@@ -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"