fix: do not start tcp proxy without main container
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user