Fix CMS Authentik bootstrap command
This commit is contained in:
parent
4b4963101a
commit
7a96aaaaf1
|
|
@ -135,7 +135,6 @@ services:
|
|||
authentik-bootstrap:
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.2}
|
||||
command:
|
||||
- ak
|
||||
- shell
|
||||
- -c
|
||||
- exec(open('/bootstrap/bootstrap-cms.py', encoding='utf-8').read())
|
||||
|
|
|
|||
Loading…
Reference in New Issue