Remove bootstrap cache volume from docker-compose.yml

Simplify Docker configuration by removing an unnecessary volume mapping for the Laravel bootstrap cache directory
This commit is contained in:
Julien Nahum 2025-01-29 21:45:50 +01:00
parent 44a4b983d5
commit 932585b9d3
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ services:
COMPOSER_FLAGS: --no-dev
volumes: &api-environment-volumes
- ./api/storage:/usr/share/nginx/html/storage:rw
- ./api/bootstrap/cache:/usr/share/nginx/html/bootstrap/cache:rw
environment: &api-env
APP_ENV: production
IS_API_WORKER: "false"