diff --git a/config.php b/config.php new file mode 100644 index 0000000..e69de29 diff --git a/docker-compose.yaml b/docker-compose.yaml index d27e2a6..404a9df 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,9 +6,8 @@ services: depends_on: - mariadb volumes: - - include:/var/www/html/include - filestore:/var/www/html/filestore - - ./testdir:/srv/storage/testdir + - ./config.php:/var/www/html/include/config.php networks: - frontend - backend