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 ignore data dir 2 years ago
README.md update readme 2 years ago
backup.sh fix container name 2 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 seperate data volume 2 years ago
generate_password.sh fix file ending 2 years ago
nextcloud.conf.example add overwrite host 2 years ago
README.md

Nextcloud

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

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.

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

20 to 21

All containers and volumes are renamed. Make a full backup and restore it. Untestet now!

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