ReinerNippes / nextcloud_on_docker

Run Nextcloud in Docker Container on various Linux Hosts
MIT License
203 stars 48 forks source link

ImageMagick #65

Open gonzogo opened 4 years ago

gonzogo commented 4 years ago

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

ReinerNippes commented 4 years ago

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

gonzogo commented 4 years ago

Thanks again for being so helpful, Reiner!