Skip to content

Commit

Permalink
Use newer docker compose command (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliykat authored Oct 1, 2024
1 parent e1bd005 commit 570dc8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/server/sso/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 570dc8c

Please sign in to comment.