mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
root: move docker files to lifecycle/containers and change docker-compose to compose (#16624)
This commit is contained in:
@@ -46,7 +46,7 @@ authentik depends on several external services:
|
||||
The easiest way to set up these services is using the provided Docker Compose configuration:
|
||||
|
||||
```shell
|
||||
docker compose -f scripts/docker-compose.yml up -d
|
||||
docker compose -f scripts/compose.yml up -d
|
||||
```
|
||||
|
||||
## 3. Installing platform-specific dependencies
|
||||
@@ -179,7 +179,7 @@ When `AUTHENTIK_DEBUG` is set to `true` (the default for the development environ
|
||||
Start the E2E test services with the following command:
|
||||
|
||||
```shell
|
||||
docker compose -f tests/e2e/docker-compose.yml up -d
|
||||
docker compose -f tests/e2e/compose.yml up -d
|
||||
```
|
||||
|
||||
You can then view the Selenium Chrome browser via http://localhost:7900/ using the password: `secret`.
|
||||
|
||||
Reference in New Issue
Block a user