website/docs: remove references to legacy Docker Compose v1 (#8138)

This commit is contained in:
Daniel Lo Nigro
2024-01-25 13:53:30 -08:00
committed by GitHub
parent 2900504f27
commit 4eceebaad8
15 changed files with 20 additions and 20 deletions

View File

@ -45,7 +45,7 @@ Depending on platform, some native dependencies might be required. On macOS, run
This makes the local web files and the config file available to the authentik server.
5. Run `docker-compose up -d` to apply those changes to your containers.
5. Run `docker compose up -d` to apply those changes to your containers.
6. `cd web`
7. Run `npm i` and then `npm run watch` to start the build process.