From 625b5efd21e8d6b92fa2c356f4d4a00869660de6 Mon Sep 17 00:00:00 2001 From: ogbuaguno Date: Fri, 10 May 2019 10:59:43 -0400 Subject: [PATCH] corrected link to op scim service file --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 4ac59bc..b514bd8 100644 --- a/docker/README.md +++ b/docker/README.md @@ -62,6 +62,6 @@ _After the DNS record has been propogated_, you can continue setting up your IdP In order to automatically launch the 1Password SCIM bridge upon startup when using **docker-compose**, you will need to configure systemd to automatically start the Docker daemon and launch op-scim. -1. Install the service file for op-scim. A [sample](op-scim.service) is provided and you'll need to change the path. +1. Install the service file for op-scim. A [sample](compose/op-scim.service) is provided and you'll need to change the path. 2. Reload systemd: `systemctl daemon-reload` 3. Enable the op-scim service: `systemctl enable op-scim`