From 7b142111ff0847c50c742f080a8ad3ec55a9cff3 Mon Sep 17 00:00:00 2001 From: wangzixiang <17839623189@163.com> Date: Tue, 4 Jun 2024 18:01:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20docker-compose.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit update --- docker-compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 92ea5da..a9a5709 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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