From 6d27463283377517b7f07a2251ac2951cd5df41b Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 5 Jul 2023 16:30:25 +0200 Subject: [PATCH] update config --- Dockerfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2bc4e92..a291253 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL build_version="${VERSION}" LABEL org.opencontainers.image.authors="OCram85" LABEL org.opencontainers.image.vendor="OCram85" -LABEL org.opencontainers.image.title="Arkanum" +LABEL org.opencontainers.image.title="swarmproxy" LABEL org.opencontainers.image.description="tinyproxy docker image" LABEL org.opencontainers.image.licenses="AGPL-3.0" ARG TAG @@ -19,8 +19,8 @@ LABEL org.opencontainers.image.documentation="https://gitea.ocram85.com/OCram85/ # Use a custom UID/GID instead of the default system UID which has a greater possibility # for collisions with the host and other containers. -ENV TINYPROXY_UID 1000 -ENV TINYPROXY_GID 1000 +ENV TINYPROXY_UID 5123 +ENV TINYPROXY_GID 5123 ENV UPSTREAM_PROXY "" ENV PORT "8888" @@ -41,7 +41,10 @@ Group $TINYPROXY_GID Port $PORT Timeout $TIMEOUT DefaultErrorFile "/usr/share/tinyproxy/default.html" + +StatHost "tinyproxy.stats" StatFile "/usr/share/tinyproxy/stats.html" + LogLevel $LOGLEVEL MaxClients $MAXCLIENTS ViaProxyName "tinyproxy"