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/temp
src/tmp src/tmp
src/attachments src/attachments
# 数据库
mysql_db_data
redis_data
xdebug_logs

View File

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

View File

View File

View File