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:
@@ -32,7 +32,7 @@ A local clone of the authentik repository is required to be able to set breakpoi
|
||||
|
||||
The debug port needs to be accessible on the local machine. By default, this is port 9901. Additionally, the container being debugged must be started as `root`, because additional dependencies need to be installed on startup.
|
||||
|
||||
When running in Docker Compose, a file `docker-compose.override.yml` can be created next to the authentik docker-compose.yml file to expose the port, change the user, and enable debug mode.
|
||||
When running in Docker Compose, a file `compose.override.yml` can be created next to the authentik `compose.yml` file to expose the port, change the user, and enable debug mode.
|
||||
|
||||
```yaml
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user