remove bootstrap/cache volume

align with docker hub tutorial about laravel
* https://docs.docker.com/guides/frameworks/laravel/
* https://github.com/dockersamples/laravel-docker-examples/blob/main/compose.prod.yaml#L14

Signed-off-by: benbrummer <info@benjamin-brummer.de>
This commit is contained in:
benbrummer
2025-04-04 11:43:33 +02:00
committed by GitHub
parent a7822987b2
commit 04f4dbe248

View File

@@ -17,7 +17,6 @@ services:
# - ./php/php.ini:/usr/local/etc/php/conf.d/invoiceninja.ini:ro
# - ./php/php-fpm.conf:/usr/local/etc/php-fpm.d/invoiceninja.conf:ro
# - ./supervisor/supervisord.conf:/etc/supervisor/conf.d/supervisord.conf:ro
- app_cache:/var/www/html/bootstrap/cache
- app_public:/var/www/html/public
- app_storage:/var/www/html/storage
networks:
@@ -84,8 +83,6 @@ networks:
driver: bridge
volumes:
app_cache:
driver: local
app_public:
driver: local
app_storage: