Nextcloud-docker-dev changelog announcement

Since the GitHub - juliushaertl/nextcloud-docker-dev: Nextcloud development environment using docker-compose development environment is used by quite a few people and is also part of the ongoing tutorial series about app development I wanted to quickly share that I’ve started maintaining a changelog ticket at GitHub to inform about new features and changes in the development environment.

You can check the following link for any news or subscribe to the issue to stay up to date:

In that regard there would also be the hint that you may want to regularly update your environment to get all the latest improvements:

  • git pull to get the latest changes
  • make pull-installed to pull the latest versions of all images that are already downloaded
  • make pull-all to pull the latest versions of all images
  • After pulling make sure to either recreate the containers manually or recreate the full development environment through docker compose down -v and docker compose up -d proxy nextcloud ... for the containers in use

Happy hacking :slight_smile:

5 Likes