DockerServerConfig
@Serializable
Configuration for a Docker server
This configuration is used when the server type is "docker".
Constructors
Link copied to clipboard
constructor(address: String? = null, image: String = "itzg/minecraft-server", imagePullPolicy: ImagePullPolicy = IF_NOT_PRESENT, autoStartOnCreate: Boolean = false, portBindings: List<String> = listOf("25565:25565"), hostPath: String = "unix:///var/run/docker.sock", tlsConfig: DockerTlsConfig = DockerTlsConfig(), volumes: List<String> = emptyList(), env: Map<String, String> = mapOf("ONLINE_MODE" to "false"))