Fix nextcloud themes docker-compose volume
Without this volume nextcloud nginx cannot serve theme static files.
parent
ae20883de1
commit
a7ca487b34
|
@ -40,5 +40,6 @@ services:
|
|||
volumes:
|
||||
- ${BUILD_ROOT_PATH}/docker/nextcloud/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ${DATA_FOLDER}/nextcloud/html:/var/www/html:ro
|
||||
- ${BUILD_ROOT_PATH}/docker/nextcloud/themes:/var/www/html/themes
|
||||
networks:
|
||||
- isard_net
|
||||
|
|
Loading…
Reference in New Issue