diff --git a/pages/02.linux/authentik/default.en.md b/pages/02.linux/authentik/default.en.md index a137e8c..e485e6f 100644 --- a/pages/02.linux/authentik/default.en.md +++ b/pages/02.linux/authentik/default.en.md @@ -15,12 +15,10 @@ https://github.com/containers/podman/blob/main/docs/tutorials/socket_activation. ### Network and Pod -[prism classes="language-bash command-line" cl-prompt="\[foo@localhost\] $"] -``` +[prism classes="language-bash command-line" cl-prompt="\[foo@localhost\] $"] podman network create net_authentik podman pod create --name pod_authentik --network net_authentik -p 9000:9000 -p 9443:9443 -``` -[/prism] +[/prism] #### Port Mappings