更新 docker-compose.yaml

fix volume
This commit is contained in:
wangzixiang 2024-06-04 16:43:43 +08:00
parent 044ca77535
commit 629a6a96fb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
ports:
- "0.0.0.0:3307:3307"
volumes:
- .ssh:/root/ssh:ro
- .ssh:/home/ubuntu/.ssh
environment:
# 远程服务器用户名
REMOTE_USER: