Fix nextcloud themes docker-compose volume

Without this volume nextcloud nginx cannot serve theme static files.
Simó Albert i Beltran 2021-04-10 08:42:57 +02:00
parent ae20883de1
commit a7ca487b34
1 changed files with 1 additions and 0 deletions

View File

@ -40,5 +40,6 @@ services:
volumes: volumes:
- ${BUILD_ROOT_PATH}/docker/nextcloud/nginx.conf:/etc/nginx/nginx.conf:ro - ${BUILD_ROOT_PATH}/docker/nextcloud/nginx.conf:/etc/nginx/nginx.conf:ro
- ${DATA_FOLDER}/nextcloud/html:/var/www/html:ro - ${DATA_FOLDER}/nextcloud/html:/var/www/html:ro
- ${BUILD_ROOT_PATH}/docker/nextcloud/themes:/var/www/html/themes
networks: networks:
- isard_net - isard_net