default port

This commit is contained in:
lazos 2025-11-08 11:06:53 +01:00
parent 11a1d54c35
commit 1e281b851c

View File

@ -66,7 +66,7 @@ USER ${USER_NAME}
#@todo: only bring what we need
COPY --chown=${USER_NAME}:${USER_GROUP} --from=builder /build/server "${BASEDIR}/server"
ENV PORT="8080"
ENV PORT="3001"
ENV CONFIG_PATH="${BASEDIR}/config.json"
ENV DATABASE="${BASEDIR}/database.db"