From c680dc29d9930eec0f0604b986ea3df71e6cd488 Mon Sep 17 00:00:00 2001 From: Jens Kutzsche Date: Thu, 20 Jan 2022 16:11:30 +0100 Subject: [PATCH] fix: clears the path of the bind mounts --- iris-client-eps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iris-client-eps/README.md b/iris-client-eps/README.md index fc541ea1..c2c849ec 100644 --- a/iris-client-eps/README.md +++ b/iris-client-eps/README.md @@ -5,7 +5,7 @@ To communicate with the distributed services, IRIS uses its own EPS (endpoint se ## Local development setup ### Install EPS The following steps are necessary: -* In `iris-client-eps` directory run `docker run -v ./settings:/app/settings luckylusa/iris-eps-scripts certs` to generate certificates for development +* In `iris-client-eps` directory run `docker run -v /settings:/app/settings luckylusa/iris-eps-scripts certs` to generate certificates for development * Run demo-eps config with `docker-compose up -d` * `eps-client.clientUrl=https://localhost:5556/jsonrpc` should be set in iris-client-bff * Please make sure `host.docker.internal` points to `172.17.0.1` on linux