mirror of https://github.com/samply/bridgehead.git
feat: ssh tunnel support diffrent port
This commit is contained in:
parent
807fae73f4
commit
5bcd00aefd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue