fix: ssh-tunnel-setup.sh (#293)

This commit is contained in:
Jan
2026-01-28 13:52:37 +01:00
committed by Manoj Waikar
parent ce1665050c
commit beba01354d
+1 -1
View File
@@ -2,5 +2,5 @@
if [ -n "$ENABLE_SSH_TUNNEL" ]; then
log INFO "SSH Tunnel setup detected -- will start SSH Tunnel."
OVERRIDE+=" -f ./$PROJECT/modules/ssh-tunnel-compose.yml"
OVERRIDE+=" -f ./modules/ssh-tunnel-compose.yml"
fi