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
- Host: GitHub
- URL: https://github.com/otbe/nc-docker-fpm
- Owner: otbe
- Created: 2016-06-22T07:38:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T07:14:02.000Z (about 9 years ago)
- Last Synced: 2025-01-25T08:11:28.831Z (over 1 year ago)
- Language: Nginx
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.