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 | 4 years ago | ||
| backup.sh | 6 years ago | ||
| cloud.env.example | 4 years ago | ||
| db.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 with database and redis container. This compose set is designed fo rusing behing a revers proxy which handels the ssl certificates.
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]
All containers and volumes are renamed. Make a full backup and restore it. Untestet now!
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
