mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-11-25 00:48:30 +00:00
Make the docker images use port 80 (instead of 8000, which is the default in rocket 0.4)
This commit is contained in:
parent
bc532f54d5
commit
e844f41abc
4 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ RUN cargo build --release
|
|||
FROM debian:stretch-slim
|
||||
|
||||
ENV ROCKET_ENV "staging"
|
||||
ENV ROCKET_PORT=80
|
||||
ENV ROCKET_WORKERS=10
|
||||
|
||||
# Install needed libraries
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue