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