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 a72811e commit 4fe26ecCopy full SHA for 4fe26ec
Dockerfile
@@ -29,4 +29,11 @@ ADD knexfile.js /app/knexfile.js
29
VOLUME [ "/data", "/etc/letsencrypt" ]
30
CMD [ "/init" ]
31
32
+# Ports
33
+EXPOSE 80
34
+EXPOSE 81
35
+EXPOSE 443
36
+EXPOSE 9876
37
+
38
HEALTHCHECK --interval=15s --timeout=3s CMD curl -f http://localhost:9876/health || exit 1
39
Dockerfile.armhf
@@ -29,4 +29,10 @@ ADD knexfile.js /app/knexfile.js
0 commit comments