1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

fix(install): better warning with missing traefik

This commit is contained in:
Torsten Dittmann 2021-08-25 12:01:01 +02:00
parent e00dfb44c1
commit 915dd536d8

View file

@ -80,7 +80,7 @@ $cli
$defaultHTTPPort => $defaultHTTPPort,
$defaultHTTPSPort => $defaultHTTPSPort
];
Console::warning('Traefik not found.');
Console::warning('Traefik not found. Falling back to default ports.');
}
if($oldVersion) {