From c0cbaf2fbaf4ac4be80d2d30a4a50e8044beefab Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 25 Feb 2023 15:50:32 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ae4624..a1f5283 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ARG DEFAULT_DATA_DIR="/usr/local/share/template-files/data" ARG DEFAULT_CONF_DIR="/usr/local/share/template-files/config" ARG DEFAULT_TEMPLATE_DIR="/usr/local/share/template-files/defaults" -ARG SERVICE_PORT="9050" +ARG SERVICE_PORT="80" ARG EXPOSE_PORTS="80 9053 9050 9080" ARG PHP_VERSION="system" ARG NODE_VERSION="system"