Skip to content

Commit

Permalink
Remove bootstrap cache volume from docker-compose.yml
Browse files Browse the repository at this point in the history
Simplify Docker configuration by removing an unnecessary volume mapping for the Laravel bootstrap cache directory
  • Loading branch information
JhumanJ committed Jan 29, 2025
1 parent 44a4b98 commit 932585b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 932585b

Please sign in to comment.