fix: Detach composes

This commit is contained in:
Piotr Dec 2026-04-14 03:46:05 +02:00
parent ce74860ca3
commit 976d739b18
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -17,4 +17,4 @@ class DockerService:
os.chdir(compose_path.parent)
self._client.compose.ps()
self._client.compose.down(remove_orphans=True)
self._client.compose.up()
self._client.compose.up(detach=True)