From 4c24631795ad505796e131f4ce5b57734714a7fa Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 16 Feb 2024 23:17:29 +0100 Subject: [PATCH] Add coolify.managed flag to proxy configuration --- bootstrap/helpers/proxy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/helpers/proxy.php b/bootstrap/helpers/proxy.php index a273a90e0..19403a505 100644 --- a/bootstrap/helpers/proxy.php +++ b/bootstrap/helpers/proxy.php @@ -103,6 +103,7 @@ function generate_default_proxy_configuration(Server $server) "traefik.http.routers.traefik.entrypoints=http", "traefik.http.routers.traefik.service=api@internal", "traefik.http.services.traefik.loadbalancer.server.port=8080", + "coolify.managed=true", ]; $config = [ "version" => "3.8",