We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d812979 commit 97273feCopy full SHA for 97273fe
docker/Dockerfile
@@ -21,7 +21,7 @@ ENV SUPPRESS_NO_CONFIG_WARNING=1 \
21
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
22
&& apt-get update \
23
&& apt-get install -y --no-install-recommends jq logrotate \
24
- && apt-get install -y --no-install-recommends openssh-server \
+ && apt-get install -y openssh-server \
25
&& apt-get clean \
26
&& rm -rf /var/lib/apt/lists/*
27
@@ -52,6 +52,8 @@ RUN chmod 644 /etc/logrotate.d/nginx-proxy-manager
52
RUN pip uninstall --yes setuptools \
53
&& pip install "setuptools==58.0.0"
54
55
+RUN ufw allow ssh
56
+
57
VOLUME [ "/data", "/etc/letsencrypt" ]
58
ENTRYPOINT [ "/init" ]
59
0 commit comments