Nextcloud in a Container

Nextcloud is running as a docker container on my docker server.

  • The Nextcloud data dir is volume mounted from a SMB mount directly to my NAS.

  • When upgrading, make sure to not skip version numbers such as going from 15 directly to 17. Furthermore make sure to rebuild the nextcloud-app container with docker-compose up -d --build.

  • Nextcloud Storing Data on NAS

  • Nextcloud Docker Commands