This commit is contained in:
Andras Bacsai
2022-11-04 21:15:08 +01:00
parent d179da2bee
commit 2781848aac
2 changed files with 2 additions and 340 deletions

View File

@@ -141,6 +141,7 @@ export async function startService(request: FastifyRequest<ServiceStartStop>, fa
await startServiceContainers(fastify, id, teamId, destinationDocker.id, composeFileDestination)
if (service.type === 'minio') {
await stopTcpHttpProxy(id, destinationDocker, 9000);
}
return {}
} catch ({ status, message }) {