fix: do not start tcp proxy without main container

This commit is contained in:
Andras Bacsai
2022-09-29 14:32:35 +02:00
parent c588ab723b
commit 22e937c798
2 changed files with 4 additions and 4 deletions

View File

@@ -1365,7 +1365,7 @@ export async function startTraefikTCPProxy(
let dependentId = id;
if (type === 'wordpressftp') dependentId = `${id}-ftp`;
const foundDependentContainer = await checkContainer({
const { found: foundDependentContainer } = await checkContainer({
dockerId,
container: dependentId,
remove: true