mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-14 18:35:08 +01:00
Return nginx config mount
This commit is contained in:
parent
cc6a0f4d8b
commit
d41e60dae9
3 changed files with 0 additions and 3 deletions
|
@ -39,6 +39,5 @@ services:
|
|||
- app
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- nextcloud:/var/www/html:ro
|
||||
depends_on:
|
||||
- app
|
||||
|
|
|
@ -30,7 +30,6 @@ services:
|
|||
- nextcloud-setup-network
|
||||
|
||||
nc:
|
||||
volumes: []
|
||||
networks:
|
||||
- nextcloud-setup-network
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@ services:
|
|||
- nextcloud-setup-network
|
||||
|
||||
nc:
|
||||
volumes: []
|
||||
networks:
|
||||
- nextcloud-setup-network
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue