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

This commit is contained in:
Jan 2025-04-15 11:36:20 +02:00 committed by GitHub
parent 2ddd535794
commit 72ecaadba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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