Fix missing command in authentik
This commit is contained in:
parent
7f35b14f94
commit
253206da97
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ compose:
|
||||||
file:
|
file:
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
|
command: server
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
worker:
|
worker:
|
||||||
|
|
Reference in a new issue