diff --git a/docker-compose.yml b/docker-compose.yml
index f032200..2cda442 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -19,7 +19,7 @@ services:
     networks:
       - backend
     volumes:
-      - dolibar-config:/var/www/html/conf
+      - dolibar-config:/var/www/html/htdocs/conf
       - dolibar-documents:/var/www/html/documents
 
   adminer: