kiwi
- simple, consistent, powerful
Convenience bundle for kiwi-scp
. Also on Docker Hub.
kiwi-nextcloud
bundles the Nextcloud fpm with an nginx proxy as one container. These are commonly deployed as separate containers like this.
The web
container in these setups is often overlooked and the additional nginx.conf
needed is an unnecessary source for errors. Standardize your kiwi-scp
instances!
Each kiwi-nextcloud:n
image derives from the official nextcloud:n-fpm-alpine
images and recognizes the same docker options.
wep-app:
image: yavook/kiwi-nextcloud:n
volumes:
- nextcloud:/var/www/html
Refer to the official Nextcloud Guides on how to set up your instance.