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:
parent
cc6a0f4d8b
commit
d41e60dae9
3 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -30,7 +30,6 @@ services:
|
||||||
- nextcloud-setup-network
|
- nextcloud-setup-network
|
||||||
|
|
||||||
nc:
|
nc:
|
||||||
volumes: []
|
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-setup-network
|
- nextcloud-setup-network
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,6 @@ services:
|
||||||
- nextcloud-setup-network
|
- nextcloud-setup-network
|
||||||
|
|
||||||
nc:
|
nc:
|
||||||
volumes: []
|
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-setup-network
|
- nextcloud-setup-network
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue