diff --git a/README.md b/README.md index 8fe418f..f118f0a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ $ docker run -it --rm --name shibboleth-idp-test-run my-shibboleth-idp /usr/loca ## Run using a bind mount to share secrets ```console -$ docker run -d --name my-running-haproxy -v /path/to/shibboleth_idp/certs:/opt/certs my-running-shibboleth-idp +$ docker run -d --name my-running-shibboleth-idp -v /path/to/shibboleth_idp/certs:/opt/certs my-shibboleth-idp ``` Note that your host's `/path/to/shibboleth_idp/certs` folder should contain...