Fix CMS Authentik bootstrap command
This commit is contained in:
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user