docker compose for nextcloud docker image
.github | 5 years ago | ||
data/conf/ mysql | 6 years ago | ||
docker | 3 years ago | ||
.env | 6 years ago | ||
.gitignore | 3 years ago | ||
README.md | 4 years ago | ||
backup.sh | 5 years ago | ||
cloud.env.example | 3 years ago | ||
db.env.example | 3 years ago | ||
docker-compose.yml | 3 years ago | ||
generate_password.sh | 3 years ago | ||
nextcloud.conf.example | 3 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