0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 19:05:09 +01:00

Return nginx config mount

This commit is contained in:
Danilo Ješić 2023-07-18 16:07:26 +02:00
parent cc6a0f4d8b
commit d41e60dae9
3 changed files with 0 additions and 3 deletions

View file

@ -39,6 +39,5 @@ services:
- app - app
volumes: volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro - ./nginx.conf:/etc/nginx/nginx.conf:ro
- nextcloud:/var/www/html:ro
depends_on: depends_on:
- app - app

View file

@ -30,7 +30,6 @@ services:
- nextcloud-setup-network - nextcloud-setup-network
nc: nc:
volumes: []
networks: networks:
- nextcloud-setup-network - nextcloud-setup-network

View file

@ -30,7 +30,6 @@ services:
- nextcloud-setup-network - nextcloud-setup-network
nc: nc:
volumes: []
networks: networks:
- nextcloud-setup-network - nextcloud-setup-network