Only map config.php rather than whole include folder

This commit is contained in:
Chris Evans
2025-07-28 14:46:41 +01:00
parent 4fc6fc0c4f
commit f458dda093
2 changed files with 1 additions and 2 deletions

0
config.php Normal file
View File

View 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