Update project path in vs-code-server configuration

This commit is contained in:
ChenKaiLiuG
2025-11-16 17:06:53 +08:00
committed by GitHub
parent 722200f2d1
commit 303f89e7e8

View File

@@ -29,7 +29,7 @@ services:
# 使用者 config.config, .cache, extensions→ volume # 使用者 config.config, .cache, extensions→ volume
- user_config:/config/users - user_config:/config/users
# 使用者程式碼 → 宿主實體目錄bind mount # 使用者程式碼 → 宿主實體目錄bind mount
- /path/to/host/projects:/projects - /mnt/data/External/code:/projects
# Coder 系統設定 → volume # Coder 系統設定 → volume
- coder_system:/config/coder - coder_system:/config/coder
networks: networks: