Skip to content

Commit 4d103a6

Browse files
committed
Added default arguments for nginx Dockerfile
1 parent 501c196 commit 4d103a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nginx/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ COPY certs/* /etc/ssl/
88

99
COPY sites /etc/nginx/templates
1010

11-
ARG WEB_REVERSE_PROXY_PORT
12-
ARG WEB_SSL
13-
ARG SELF_SIGNED
14-
ARG NO_DEFAULT
11+
ARG WEB_REVERSE_PROXY_PORT=8000
12+
ARG WEB_SSL=false
13+
ARG SELF_SIGNED=false
14+
ARG NO_DEFAULT=false
1515

1616
ENV WEB_REVERSE_PROXY_PORT=$WEB_REVERSE_PROXY_PORT
1717
ENV WEB_SSL=$WEB_SSL

0 commit comments

Comments
 (0)