From 489d607a4eeae115406185ba3f94f973ba28f32f Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 5 Sep 2022 17:39:12 -0700 Subject: [PATCH] updates --- alpine/Dockerfile | 1 + debian/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 38ba941..afd24c5 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -5,6 +5,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/foundryvtt/master/a ENV PUID=99 ENV GUID=100 +ENV GAME_PORT=30000 RUN adduser -D -u 99 -G users -h /foundry -s /bin/bash foundry diff --git a/debian/Dockerfile b/debian/Dockerfile index 16c11d0..46f4344 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -5,6 +5,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/foundryvtt/master/d ENV PUID=99 ENV GUID=100 +ENV GAME_PORT=30000 RUN addgroup foundry && adduser -q --disabled-password --ingroup foundry foundry