From 53b199d169a5d2ba557c8bf984a3240df4e801ad Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 21 Apr 2026 22:50:03 +0000 Subject: [PATCH] fixed typo --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index b240e28..56a4d8e 100644 --- a/compose.yml +++ b/compose.yml @@ -39,7 +39,7 @@ services: - ${COMPOSE_PORT_HTTP:-9000}:9000 - ${COMPOSE_PORT_HTTPS:-9443}:9443 networks: - - authetik + - authentik - reverse-proxy restart: unless-stopped shm_size: 512mb