Update Dev
Dev Playground Update Process
This updates the installer, the docker images, and sets the docker container to the latest images.
- Go to your local Diffgram Install folder.
- Open the
.env
file. - Change
DIFFGRAM_VERSION_TAG
to the desired version orlatest
. You can find the available version on the releases page. git pull
pip install -r requirements.txt
docker-compose pull
docker-compose up
All Commands
// Note you MUST first update the DIFFGRAM_VERSION_TAG or this won't work.
git pull
pip install -r requirements.txt
docker-compose pull
docker-compose up
Restarting is not docker-compose
Note that restarting the docker container is not the same as docker-compose. Restarting it will use the old images, ignoring the updates. Be sure to use docker-compose instead.
Why Update Repo
In some cases there may be changes to the docker-compose file or installer. These changes may not be in the docker images.
Updated over 1 year ago