From d52168a257f5c5f3b961bf688c68783bc3712754 Mon Sep 17 00:00:00 2001 From: wackazong Date: Wed, 4 Nov 2020 09:11:29 +0100 Subject: [PATCH] Remove socket_io_transports option This option cannot be set with the environment variable syntax being used here. For most scenarios the default should be fine. AFAIK using polling is not required in a Docker environment. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7186ab1..65c24af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,6 @@ ENV CRONICLE_WebServer__https_port 443 ENV CRONICLE_web_socket_use_hostnames 1 ENV CRONICLE_server_comm_use_hostnames 1 ENV CRONICLE_web_direct_connect 0 -ENV CRONICLE_socket_io_transports '["polling", "websocket"]' RUN apk add --no-cache git curl wget perl bash perl-pathtools tar \ procps tini