From 570dc8cf8f9a014cc6e743d5220dd088d1c882f5 Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:38:43 +1000 Subject: [PATCH] Use newer docker compose command (#445) --- .../getting-started/business/directory-connector/open-ldap.md | 2 +- docs/getting-started/server/sso/local.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/business/directory-connector/open-ldap.md b/docs/getting-started/business/directory-connector/open-ldap.md index ddfa0c8d7..90178a938 100644 --- a/docs/getting-started/business/directory-connector/open-ldap.md +++ b/docs/getting-started/business/directory-connector/open-ldap.md @@ -76,7 +76,7 @@ to do this unless you have special requirements. 4. Start the OpenLDAP Docker container ```bash - docker-compose --profile ldap up -d + docker compose --profile ldap up -d ``` If you ever change the LDIF file, you can force Docker to use the new file by running this diff --git a/docs/getting-started/server/sso/local.md b/docs/getting-started/server/sso/local.md index fa736a12e..42c04d286 100644 --- a/docs/getting-started/server/sso/local.md +++ b/docs/getting-started/server/sso/local.md @@ -81,7 +81,7 @@ This uses 9. Start the docker container: ```bash - docker-compose --profile idp up -d + docker compose --profile idp up -d ``` 10. You can test your user configuration by navigating to @@ -127,7 +127,7 @@ and click Logout. Alternatively, you can use a private browsing session. To change the Entity ID or ACS URL, edit the `.env` file and then restart the Docker container: ```bash -docker-compose --profile idp up -d +docker compose --profile idp up -d ``` ## Troubleshooting