parent
e455828ad2
commit
7b142111ff
|
@ -4,7 +4,7 @@ services:
|
|||
image: sshforwarding
|
||||
container_name: sshforwarding
|
||||
ports:
|
||||
- "0.0.0.0:3307:3307"
|
||||
- 3307:3307
|
||||
volumes:
|
||||
- .ssh:/root/.ssh
|
||||
environment:
|
||||
|
@ -20,4 +20,5 @@ services:
|
|||
LOCAL_LISTEN_PORT:
|
||||
# 本地监听地址
|
||||
LOCAL_LISTEN_HOST:
|
||||
restart: always
|
||||
stdin_open: true
|
||||
tty: true
|
||||
|
|
Loading…
Reference in New Issue