nextcloud_on_docker icon indicating copy to clipboard operation
nextcloud_on_docker copied to clipboard

ImageMagick

Open gonzogo opened this issue 4 years ago • 2 comments

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

gonzogo avatar Jun 21 '20 09:06 gonzogo

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

ReinerNippes avatar Jun 21 '20 17:06 ReinerNippes

Thanks again for being so helpful, Reiner!

gonzogo avatar Jun 22 '20 09:06 gonzogo