Skip to content

sebz1504/nc-docker-fpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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.

About

nextcloud fpm docker image

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nginx 87.4%
  • PHP 7.2%
  • Shell 5.4%