This commit is contained in:
zcr
2026-03-17 12:18:14 +08:00
parent 735747032a
commit 1e1caf1e91

View File

@@ -9,7 +9,7 @@ services:
volumes: volumes:
- .:/workspace # 当前目录挂载到 /workspace便于开发 - .:/workspace # 当前目录挂载到 /workspace便于开发
ports: ports:
- "7412:8120" - "14201:8120"
working_dir: /workspace working_dir: /workspace
tty: true tty: true
stdin_open: true stdin_open: true