fix : mount var/storage/documents volume instead of var/uploads
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Matthieu
2026-04-01 14:36:24 +02:00
parent 68b394fc14
commit a8a95b16a9

View File

@@ -6,7 +6,7 @@ services:
ports: ports:
- "8082:80" - "8082:80"
volumes: volumes:
- ./uploads:/var/www/html/var/uploads - ./storage:/var/www/html/var/storage/documents
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
restart: unless-stopped restart: unless-stopped