chore: update Docker images to use repo for testing

This commit is contained in:
Anish Sarkar 2026-02-26 03:49:32 +05:30
parent d7a548622d
commit 4ce883b615
2 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
set -euo pipefail
REPO_RAW="https://raw.githubusercontent.com/MODSetter/SurfSense/main"
REPO_RAW="https://raw.githubusercontent.com/AnishSarkar22/SurfSense/fix/docker"
INSTALL_DIR="./surfsense"
GREEN='\033[0;32m'
YELLOW='\033[1;33m'