Compare commits
1 Commits
release-0.
...
release-0.
| Author | SHA1 | Date | |
|---|---|---|---|
| 84c7ac2add |
@@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}
|
|||||||
|
|
||||||
# Install ping and ip
|
# Install ping and ip
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y iproute2 iputils-ping
|
apt install -y iproute2 iputils-ping libnginx-mod-http-perl libnginx-mod-http-lua
|
||||||
|
|
||||||
# Default nginx proxy envs
|
# Default nginx proxy envs
|
||||||
ENV NGINX_PROXY_SOURCE_PORT=${NGINX_PROXY_SOURCE_PORT:-"Please configure NGINX_PROXY_SOURCE_PORT env!"}
|
ENV NGINX_PROXY_SOURCE_PORT=${NGINX_PROXY_SOURCE_PORT:-"Please configure NGINX_PROXY_SOURCE_PORT env!"}
|
||||||
|
|||||||
Reference in New Issue
Block a user