webServerMode

@JvmName(name = "yxyttiwpgnokmtmh")
suspend fun webServerMode(value: Output<Boolean>)
@JvmName(name = "fcikakpfgashvlmc")
suspend fun webServerMode(value: Boolean?)

Parameters

value

Whether the image is run in Web Server mode. The value of true needs to implement the Web Server in the container image to listen to the port and process the request. The value of false needs to actively exit the process after the container runs, and the ExitCode needs to be 0. Default true.