Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-04 02:18:00 +01:00
Expose 3012 in docker build file for notifications
Dieser Commit ist enthalten in:
Ursprung
d8e5e53273
Commit
422f7ccfa8
2 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
|
@ -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
|
||||
|
|
|
@ -68,6 +68,7 @@ RUN apk add \
|
|||
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
|
||||
|
|
Laden …
In neuem Issue referenzieren