mirror of
https://github.com/samply/bridgehead.git
synced 2025-07-12 07:10:20 +02:00
feat: ssh tunnel support diffrent port
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user