Skip to content

Commit f458dda

Browse files
Only map config.php rather than whole include folder
1 parent 4fc6fc0 commit f458dda

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config.php

Whitespace-only changes.

docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ services:
66
depends_on:
77
- mariadb
88
volumes:
9-
- include:/var/www/html/include
109
- filestore:/var/www/html/filestore
11-
- ./testdir:/srv/storage/testdir
10+
- ./config.php:/var/www/html/include/config.php
1211
networks:
1312
- frontend
1413
- backend

0 commit comments

Comments
 (0)