Update

Done in most cases within 5 minutes

1. Navigate

Connect to the machine where the solution is running and navigate to the path where docker-compose.yml was placed.

2. Run

docker compose pull deric && docker compose down && docker compose up -d

It takes about 1 minute to download and extract the image (ca. 250 MB)

Hints

If not authenticated automatically on registry.rechtlogisch.de please run:

docker login registry.rechtlogisch.de -u [email protected]

Please use provided credentials.

Last updated

Was this helpful?