also mount themes to nginx

This commit is contained in:
Arjan Adriaanse 2020-02-08 18:36:07 +01:00
parent 8a5d0eb22a
commit f49ccdcea7
Signed by: arjan
GPG Key ID: BEA76A8D4DE08DF4
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ services:
restart: always
volumes:
- nextcloud:/var/www/html
- ./themes:/var/www/html/themes
- ./themes:/var/www/html/themes:ro
environment:
- MYSQL_HOST=db
env_file:
@ -31,6 +31,7 @@ services:
- 8080:80
volumes:
- nextcloud:/var/www/html:ro
- ./themes:/var/www/html/themes:ro
- ./nginx.conf:/etc/nginx/nginx.conf
depends_on:
- app