mirror of
https://github.com/samply/bridgehead.git
synced 2025-07-12 11:50:21 +02:00
feat: ssh tunnel support diffrent port
This commit is contained in:
@ -7,6 +7,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
SSH_TUNNEL_USERNAME: "${SSH_TUNNEL_USERNAME}"
|
SSH_TUNNEL_USERNAME: "${SSH_TUNNEL_USERNAME}"
|
||||||
SSH_TUNNEL_HOST: "${SSH_TUNNEL_HOST}"
|
SSH_TUNNEL_HOST: "${SSH_TUNNEL_HOST}"
|
||||||
|
SSH_TUNNEL_PORT: "${SSH_TUNNEL_PORT:-22}"
|
||||||
volumes:
|
volumes:
|
||||||
- "/etc/bridgehead/ssh-tunnel.conf:/ssh-tunnel.conf:ro"
|
- "/etc/bridgehead/ssh-tunnel.conf:/ssh-tunnel.conf:ro"
|
||||||
secrets:
|
secrets:
|
||||||
|
Reference in New Issue
Block a user