Skip to content

otbe/nc-docker-fpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.