This is a port from the awesome owncloud fpm docker image from here.
If you would like to migrate from owncloud to nextcloud and you are an user of the original 9.0.2-fpm
image, just replace
it. :)
Additionally there is a small example which bootstraps a nginx + nextcloud + redis + mysql multi-container setup via docker-compose
.
Just run
$ cd example
$ docker-compose up
nextcloud
should be available at http://localhost
.
Note: DB name and password (for root user) is only needed once. After the initial start of the mysql container it can be removed from the compose file.