updates
This commit is contained in:
@@ -5,6 +5,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/foundryvtt/master/a
|
|||||||
|
|
||||||
ENV PUID=99
|
ENV PUID=99
|
||||||
ENV GUID=100
|
ENV GUID=100
|
||||||
|
ENV GAME_PORT=30000
|
||||||
|
|
||||||
RUN adduser -D -u 99 -G users -h /foundry -s /bin/bash foundry
|
RUN adduser -D -u 99 -G users -h /foundry -s /bin/bash foundry
|
||||||
|
|
||||||
|
|||||||
1
debian/Dockerfile
vendored
1
debian/Dockerfile
vendored
@@ -5,6 +5,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/foundryvtt/master/d
|
|||||||
|
|
||||||
ENV PUID=99
|
ENV PUID=99
|
||||||
ENV GUID=100
|
ENV GUID=100
|
||||||
|
ENV GAME_PORT=30000
|
||||||
|
|
||||||
RUN addgroup foundry && adduser -q --disabled-password --ingroup foundry foundry
|
RUN addgroup foundry && adduser -q --disabled-password --ingroup foundry foundry
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user