docker compose for nextcloud docker image
| data/conf/ mysql | 7 years ago | ||
| docker | 7 years ago | ||
| .env | 7 years ago | ||
| .gitignore | 7 years ago | ||
| README.md | 7 years ago | ||
| backup.sh | 7 years ago | ||
| docker-compose.yml | 7 years ago | ||
| generate_password.sh | 7 years ago | ||
| nextcloud.conf.example | 7 years ago | ||
docker compose files for https://github.com/nextcloud/docker/
Do not update. Have a look at DO_NOT-UPDATE.md for further information.
mkdir data/data chown www-data data/data
message:
[Warning] InnoDB: Table mysql/innodb_table_stats has length mismatch in the column name table_name. Please run mysql_upgrade
solution:
docker-compose exec nextcloud-database sh -c 'mysql_upgrade -uroot -p${MYSQL_ROOT_PASSWORD}'