mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-15 00:35:01 +00:00
Update deps and Alpine image
- Updated deps - Updated Alpine images to 3.16 - Removed dumb-init, not needed anymore - Some small shellcheck tweaks on the start/healthcheck scripts
This commit is contained in:
parent
ce9d93003c
commit
6e23a573fb
21 changed files with 189 additions and 337 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
# Use the value of the corresponding env var (if present),
|
||||
# or a default value otherwise.
|
||||
: ${DATA_FOLDER:="data"}
|
||||
: ${ROCKET_PORT:="80"}
|
||||
: "${DATA_FOLDER:="data"}"
|
||||
: "${ROCKET_PORT:="80"}"
|
||||
|
||||
CONFIG_FILE="${DATA_FOLDER}"/config.json
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue