Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 694 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 694 Bytes

nextcloud-fpm

This is a port from the awesome owncloud fpm docker image from here.

Migrating

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. :)

Example

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.