From 38a07f7414146bb0f7b0981ac88d38586d517feb Mon Sep 17 00:00:00 2001 From: phg Date: Mon, 1 Sep 2025 10:10:29 +0200 Subject: [PATCH] Ensure authentik_proxy service restarts unless stopped --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 42dbbfc..55beb5b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,6 +4,7 @@ services: # Optionally specify the container's network, which must be able to reach the core authentik server. # networks: # - foo + restart: unless-stopped ports: - 42080:42080 - 42443:42443