This commit is contained in:
Cyril Rohr
2020-11-05 13:39:47 +00:00
parent 0fc53b2da8
commit 24120b2daa

View File

@@ -34,6 +34,24 @@ You can also set those variables into an `.env` file in your current working
directory, and Docker Compose will pick it up automatically. See `.env.example`
for details.
## Upgrade
Go to the compose folder:
cd openproject/compose
Retrieve any changes from the `openproject-deploy` repository:
git pull origin stable/11
Make sure you are using the latest version of the Docker images:
docker-compose pull
Relaunch the containers:
docker-compose up -d
## Uninstall
You can remove the stack with: