1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-04 01:59:10 +00:00

remove exposing port 3012 in Dockerfile since its not needed anymore

This commit is contained in:
Calvin Li 2024-07-09 12:24:43 -04:00 committed by Mathijs van Veluw
commit de6392afb4
3 changed files with 0 additions and 3 deletions

View file

@ -142,7 +142,6 @@ RUN mkdir /data && \
VOLUME /data VOLUME /data
EXPOSE 80 EXPOSE 80
EXPOSE 3012
# Copies the files from the context (Rocket.toml file and web-vault) # Copies the files from the context (Rocket.toml file and web-vault)
# and the binary from the "build" stage to the current stage # and the binary from the "build" stage to the current stage

View file

@ -185,7 +185,6 @@ RUN mkdir /data && \
VOLUME /data VOLUME /data
EXPOSE 80 EXPOSE 80
EXPOSE 3012
# Copies the files from the context (Rocket.toml file and web-vault) # Copies the files from the context (Rocket.toml file and web-vault)
# and the binary from the "build" stage to the current stage # and the binary from the "build" stage to the current stage

View file

@ -229,7 +229,6 @@ RUN mkdir /data && \
VOLUME /data VOLUME /data
EXPOSE 80 EXPOSE 80
EXPOSE 3012
# Copies the files from the context (Rocket.toml file and web-vault) # Copies the files from the context (Rocket.toml file and web-vault)
# and the binary from the "build" stage to the current stage # and the binary from the "build" stage to the current stage