mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Fix access for nginx to storage/public
This commit is contained in:
1
debian/docker-compose.yml
vendored
1
debian/docker-compose.yml
vendored
@@ -37,6 +37,7 @@ services:
|
||||
volumes:
|
||||
- ./nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- app_storage:/var/www/html/storage:ro
|
||||
- image_public:/var/www/html/public:ro
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
Reference in New Issue
Block a user