docker compose for nextcloud docker image

.github add github folder 4 years ago
data/conf/ mysql upgrade mariadb 5 years ago
docker remove sanve stuff 2 years ago
.env initial commit 6 years ago
.gitignore move settings into docker-compose.override.yml file 3 years ago
README.md using latest release candidate 4 years ago
backup.sh imporve backup script 4 years ago
cloud.env.example move passwords into seperate env file 3 years ago
db.env.example add missing file 3 years ago
docker-compose.yml add build 2 years ago
generate_password.sh move passwords into seperate env file 3 years ago
nextcloud.conf.example add missinng env variable 2 years ago
README.md

Nextcloud

  • Donate Docker Pulls
  • app: Build Status based on nextcloud-version
  • web: Build Status

Docker compose files for nextcloud

Information

Get additional infos from https://hub.docker.com/_/nextcloud/ and from https://github.com/nextcloud/docker/tree/master/.examples .

occ Command

docker-compose exec --user www-data nextcloud-app php occ [command]

Update hints

14.0.4 to 14.0.16

If you get a database error for the activity table, please have a look at this issue.

First start

mkdir data/data
chown www-data data/data
./generate_password.sh

Licences