An open API service indexing awesome lists of open source software.

https://github.com/otbe/nc-docker-fpm

nextcloud fpm docker image
https://github.com/otbe/nc-docker-fpm

Last synced: 11 months ago
JSON representation

nextcloud fpm docker image

Awesome Lists containing this project

README

          

# nextcloud-fpm
This is a port from the awesome owncloud fpm docker image from [here](https://hub.docker.com/_/owncloud/).

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