Merge pull request #533 from amnezia-vpn/bugfix/easy-setup-random-port

random ports are now used for easy setup
This commit is contained in:
pokamest 2024-01-24 05:20:17 -08:00 committed by GitHub
commit 6e60688e70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,7 +112,7 @@ PageType {
var defaultContainerProto = ContainerProps.defaultProtocol(dockerContainer)
containers.dockerContainer = dockerContainer
containers.containerDefaultPort = ProtocolProps.defaultPort(defaultContainerProto)
containers.containerDefaultPort = ProtocolProps.getPortForInstall(defaultContainerProto)
containers.containerDefaultTransportProto = ProtocolProps.defaultTransportProto(defaultContainerProto)
}
}