nextcloud
This is a docker image for nextcloud running on Alpine php7 container with runit process supervisor.
Features
Nextcloud Environment variables| Name | Default value |
|---|---|
| SQLITE_DATABASE | [empty] |
| MYSQL_HOST | [empty] |
| MYSQL_DATABASE | [empty] |
| MYSQL_USER | [empty] |
| MYSQL_PASSWORD | [empty] |
| POSTGRES_HOST | [empty] |
| POSTGRES_DB | [empty] |
| POSTGRES_USER | [empty] |
| POSTGRES_PASSWORD | [empty] |
| NEXTCLOUD_TABLE_PREFIX | nc_ |
| NEXTCLOUD_ADMIN_USER | [empty]: username of the admin account |
| NEXTCLOUD_ADMIN_PASSWORD | [empty]: password of the admin account |
| CORE_MEMORY_LIMIT | 512M |
Php Environment variablesThe full list of php7 environment variables is available on alpine-php7 github repository.
Volumes/nextcloud/config//nextcloud/appstore//nextcloud/data/nextcloud/themes
Docker-composeTake a look at this example
You will have a good example on how to run nextcloud with nextcloud-fpm, Redis and caddy web server.
ConfigureIn the admin panel, you should switch from AJAX cron to cron (system cron).
Tip : how to use occ commandThere is a script for that, so you shouldn't bother to log into the container, set the right permissions, and so on.
Just use docker exec -it nexcloud occ command.
Content type
Image
Digest
Size
393.4 MB
Last updated
almost 5 years ago
docker pull dsuite/nextcloud:22