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