mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
set correct mount destination for nginx
Signed-off-by: benbrummer <info@benjamin-brummer.de>
This commit is contained in:
2
debian/docker-compose.yml
vendored
2
debian/docker-compose.yml
vendored
@@ -35,7 +35,7 @@ services:
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./nginx:/etc/nginx/nginx.conf:ro
|
||||
- ./nginx:/etc/nginx/nginx.conf.d:ro
|
||||
- app_storage:/var/www/html/storage:ro
|
||||
- image_public:/var/www/html/public:ro
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user