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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user