This issue will keep getting updates about changes that are relevant for developers using this setup or the images.
You can subscribe to it to get updates.
Updating to the latest version
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
This issue will keep getting updates about changes that are relevant for developers using this setup or the images.
You can subscribe to it to get updates.
Updating to the latest version
git pullto get the latest changesmake pull-installedto pull the latest versions of all images that are already downloadedmake pull-allto pull the latest versions of all imagesdocker compose down -vanddocker compose up -d proxy nextcloud ...for the containers in use