aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorShane A. Faulkner <[email protected]>2018-09-04 10:22:17 -0500
committerShane A. Faulkner <[email protected]>2018-09-04 10:22:17 -0500
commit422f7ccfa825509f7e80fc8c58b96ac2807ca27b (patch)
tree3592fea45eee87448064ee70517f30aa29ec2b08 /Dockerfile
parentd8e5e532737b5245254b28e31bb61cc9f7e8562e (diff)
downloadvaultwarden-422f7ccfa825509f7e80fc8c58b96ac2807ca27b.tar.gz
vaultwarden-422f7ccfa825509f7e80fc8c58b96ac2807ca27b.zip
Expose 3012 in docker build file for notifications
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index c2b9f7c2..296c3acc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -76,6 +76,7 @@ RUN apt-get update && apt-get install -y\
RUN mkdir /data
VOLUME /data
EXPOSE 80
+EXPOSE 3012
# Copies the files from the context (env file and web-vault)
# and the binary from the "build" stage to the current stage