chore(docker): 更新nignx volumes 设置

This commit is contained in:
2025-12-02 09:55:49 +08:00
parent e3e57ee154
commit 3a8fbc3e1b

View File

@@ -63,10 +63,6 @@ services:
volumes:
# 挂载项目代码到 Nginx 容器中
- ./src:/var/www/html:rw
# 特殊指定目录是可写的
- /var/www/html/runtime/:rw
- /var/www/html/upload/:rw
- /var/www/html/cache/:rw
# 更新下载源列表以加速apt-get
- ./docker/debian/sources.list:/etc/apt/sources.list:ro
# 创建临时目录