feat: ssh tunnel support diffrent port

This commit is contained in:
janskiba 2025-04-11 09:45:58 +00:00
parent 807fae73f4
commit 5bcd00aefd
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ services:
environment:
SSH_TUNNEL_USERNAME: "${SSH_TUNNEL_USERNAME}"
SSH_TUNNEL_HOST: "${SSH_TUNNEL_HOST}"
SSH_TUNNEL_PORT: "${SSH_TUNNEL_PORT:-22}"
volumes:
- "/etc/bridgehead/ssh-tunnel.conf:/ssh-tunnel.conf:ro"
secrets: