-
Notifications
You must be signed in to change notification settings - Fork 3
Updating
Ned Zimmerman edited this page May 27, 2020
·
1 revision
On the Docker-based deploys of demo.directory.platform.coop and dev.directory.platform.coop, updates can be performed as follows:
- Run
git pull
to retrieve the latest changes. - Run the following commands:
cd /srv/demo.directory.platform.coop
source deploy.env
docker-compose -p demo -f docker-compose.yml up --force-recreate --build -d