File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,13 @@ ARG BUILD_VERSION
10
10
ARG BUILD_COMMIT
11
11
ARG BUILD_DATE
12
12
13
+ # See: https://github.com/just-containers/s6-overlay/blob/master/README.md
13
14
ENV SUPPRESS_NO_CONFIG_WARNING=1 \
14
- S6_FIX_ATTRS_HIDDEN=1 \
15
15
S6_BEHAVIOUR_IF_STAGE2_FAILS=1 \
16
+ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
17
+ S6_FIX_ATTRS_HIDDEN=1 \
18
+ S6_KILL_FINISH_MAXTIME=10000 \
19
+ S6_VERBOSITY=1 \
16
20
NODE_ENV=production \
17
21
NPM_BUILD_VERSION="${BUILD_VERSION}" \
18
22
NPM_BUILD_COMMIT="${BUILD_COMMIT}" \
Original file line number Diff line number Diff line change 1
1
FROM jc21/nginx-full:certbot-node
2
2
LABEL maintainer="Jamie Curnow <jc@jc21.com>"
3
3
4
- ENV S6_LOGGING=0 \
5
- SUPPRESS_NO_CONFIG_WARNING=1 \
6
- S6_FIX_ATTRS_HIDDEN=1
4
+ # See: https://github.com/just-containers/s6-overlay/blob/master/README.md
5
+ ENV SUPPRESS_NO_CONFIG_WARNING=1 \
6
+ S6_BEHAVIOUR_IF_STAGE2_FAILS=1 \
7
+ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
8
+ S6_FIX_ATTRS_HIDDEN=1 \
9
+ S6_KILL_FINISH_MAXTIME=10000 \
10
+ S6_VERBOSITY=2
7
11
8
12
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
9
13
&& apt-get update \
You can’t perform that action at this time.
0 commit comments