Skip to content

Commit 4117e52

Browse files
committed
Updated Nginx Proxy Manager to version 2.8.1.
1 parent 5226837 commit 4117e52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG DOCKER_IMAGE_VERSION=unknown
1212

1313
# Define software versions.
1414
ARG OPENRESTY_VERSION=1.19.3.1
15-
ARG NGINX_PROXY_MANAGER_VERSION=2.8.0
15+
ARG NGINX_PROXY_MANAGER_VERSION=2.8.1
1616
ARG NGINX_HTTP_GEOIP2_MODULE_VERSION=3.3
1717
ARG LIBMAXMINDDB_VERSION=1.5.0
1818
ARG WATCH_VERSION=0.3.1
@@ -355,7 +355,6 @@ COPY rootfs/ /
355355

356356
# Set environment variables.
357357
ENV APP_NAME="Nginx Proxy Manager" \
358-
KEEP_APP_RUNNING=1 \
359358
DISABLE_IPV6=0
360359

361360
# Define mountable directories.

0 commit comments

Comments
 (0)