Skip to content
Snippets Groups Projects
Commit b0a4f22c authored by jurgenhaas's avatar jurgenhaas
Browse files

docker/l3d#107 Use docker compose instead of docker-compose

parent ed04901d
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ class Traefik {
file_put_contents($traefikFile, Yaml::dump($traefik, 9, 2));
$cwd = getcwd();
chdir($traefikPath);
exec('docker-compose --project-name traefik up -d');
exec('docker compose --project-name traefik up -d');
chdir($cwd);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment