chore(docker): 更新挂载点

This commit is contained in:
2025-12-02 09:53:42 +08:00
parent 0883c1318b
commit e3e57ee154
5 changed files with 3 additions and 8 deletions

5
.gitignore vendored
View File

@@ -30,8 +30,3 @@ src/cache
src/temp
src/tmp
src/attachments
# 数据库
mysql_db_data
redis_data
xdebug_logs

View File

@@ -124,19 +124,19 @@ volumes:
driver_opts:
type: none
o: bind
device: ./mysql_db_data
device: ./docker/mysql_db_data
redis_data:
driver: local
driver_opts:
type: none
o: bind
device: ./redis_data
device: ./docker/redis_data
xdebug_logs:
driver: local
driver_opts:
type: none
o: bind
device: ./xdebug_logs
device: ./docker/xdebug_logs
networks:
sass-platform-net:

View File

View File

View File