docker compose for nextcloud docker image
| .github | 6 years ago | ||
| data/conf/ mysql | 7 years ago | ||
| docker | 4 years ago | ||
| .env | 7 years ago | ||
| .gitignore | 4 years ago | ||
| README.md | 5 years ago | ||
| backup.sh | 6 years ago | ||
| cloud.env.example | 4 years ago | ||
| docker-compose.yml | 4 years ago | ||
| generate_password.sh | 4 years ago | ||
| nextcloud.conf.example | 4 years ago | ||
Docker compose files for nextcloud
Get additional infos from https://hub.docker.com/_/nextcloud/ and from https://github.com/nextcloud/docker/tree/master/.examples .
docker-compose exec --user www-data nextcloud-app php occ [command]
If you get a database error for the activity table, please have a look at this issue.
mkdir data/data chown www-data data/data ./generate_password.sh
