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",