mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
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:
3
debian/docker-compose.yml
vendored
3
debian/docker-compose.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user