diff --git a/Sources/EmceeLib/Commands/StartQueueServerCommand.swift b/Sources/EmceeLib/Commands/StartQueueServerCommand.swift index 63c38882..b401260d 100644 --- a/Sources/EmceeLib/Commands/StartQueueServerCommand.swift +++ b/Sources/EmceeLib/Commands/StartQueueServerCommand.swift @@ -97,7 +97,7 @@ public final class StartQueueServerCommand: Command { let queueServerPortProvider = SourcableQueueServerPortProvider() let remotePortDeterminer = RemoteQueuePortScanner( - hosts: [currentHostName], + hosts: queueServerConfiguration.queueServerDeploymentDestinations.map(\.host), logger: logger, portRange: EmceePorts.defaultQueuePortRange, requestSenderProvider: try di.get()