chore(docker): 更新挂载点
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
0
docker/mysql_db_data/.gitkeep
Normal file
0
docker/mysql_db_data/.gitkeep
Normal file
0
docker/redis_data/.gitkeep
Normal file
0
docker/redis_data/.gitkeep
Normal file
0
docker/xdebug_logs/.gitkeep
Normal file
0
docker/xdebug_logs/.gitkeep
Normal file
Reference in New Issue
Block a user