From 8481fe8fef2e35b598f3c718b79002ab7da436e8 Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 6 Apr 2026 17:15:39 +0200 Subject: [PATCH] fix : mount /var/www as /mnt/apps to avoid conflict with /var/www/html Host /var/www contains all apps. Mounting it at /mnt/apps avoids overwriting the container's /var/www/html where Central lives. App paths in the UI should use /mnt/apps/ prefix. Co-Authored-By: Claude Opus 4.6 (1M context) --- infra/prod/docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/infra/prod/docker-compose.yml b/infra/prod/docker-compose.yml index d00019f..101f716 100644 --- a/infra/prod/docker-compose.yml +++ b/infra/prod/docker-compose.yml @@ -9,9 +9,7 @@ services: - ./config/jwt:/var/www/html/config/jwt:ro - ./uploads:/var/www/html/var/uploads - /var/run/docker.sock:/var/run/docker.sock - - /var/www/sirh:/var/www/sirh - - /var/www/lesstime:/var/www/lesstime - - /var/www/inventory:/var/www/inventory + - /var/www:/mnt/apps extra_hosts: - "host.docker.internal:host-gateway" restart: unless-stopped