mirror of
https://github.com/resourcespace/docker.git
synced 2025-10-14 13:33:15 +00:00
Only map config.php rather than whole include folder
This commit is contained in:
0
config.php
Normal file
0
config.php
Normal file
@@ -6,9 +6,8 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- mariadb
|
- mariadb
|
||||||
volumes:
|
volumes:
|
||||||
- include:/var/www/html/include
|
|
||||||
- filestore:/var/www/html/filestore
|
- filestore:/var/www/html/filestore
|
||||||
- ./testdir:/srv/storage/testdir
|
- ./config.php:/var/www/html/include/config.php
|
||||||
networks:
|
networks:
|
||||||
- frontend
|
- frontend
|
||||||
- backend
|
- backend
|
||||||
|
Reference in New Issue
Block a user