ReinerNippes/nextcloud_on_docker

ImageMagick

gonzogo opened this issue · 2 comments

Hi Reiner,
What is your recommended way to install ImageMagick when using this playbook?
Thanks

Hi,

this playbook uses only the standard images.

Nevertheless you could use the elasticsearch container as an example how to build your own image.

In roles/docker_container/tasks/elasticsearch.yml you find an example how to template a docker file, build your image locally and start this image as your container.

How to build your own Nextcloud image look here: https://github.com/nextcloud/docker#adding-features

Thanks again for being so helpful, Reiner!