aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-server/certbot/Dockerfile
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-01-17 06:18:35 +0000
committerterminaldweller <thabogre@gmail.com>2021-01-17 06:18:35 +0000
commitecef4e3cc9f2d414b817b18a0b9c7303c39e519a (patch)
tree7d947424ee1bd386a39a6e5a2bb41f4e9aeb4ead /matrix-server/certbot/Dockerfile
parentfixed the matrix image (diff)
downloaddockerimages-ecef4e3cc9f2d414b817b18a0b9c7303c39e519a.tar.gz
dockerimages-ecef4e3cc9f2d414b817b18a0b9c7303c39e519a.zip
matrix server docker-compose WIP
Diffstat (limited to 'matrix-server/certbot/Dockerfile')
-rw-r--r--matrix-server/certbot/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/matrix-server/certbot/Dockerfile b/matrix-server/certbot/Dockerfile
new file mode 100644
index 0000000..dc6369b
--- /dev/null
+++ b/matrix-server/certbot/Dockerfile
@@ -0,0 +1,4 @@
+FROM certbot/certbot:v1.11.0
+RUN apk update && apk add socat
+COPY ./scripts/ /etc/scripts/
+EXPOSE 380