Upgrade syncserver proxy
Installation
Installing Soffid using Docker
Step-by-step
To upgrade the version of the on-premise syncserver proxy, follow these steps:
1. Stop the syncserver container:
docker stop syncserver
2. Remove the container:
docker rm syncserver
3. Create a volume for the syncserver configuration:
docke...