0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-05-17 04:13:49 +02:00
bitwarden_rs/docker/amd64/mysql
Jeremy Lin d5f9b33f66 Add startup script to support init operations
This is useful for making local customizations upon container start. To use
this feature, mount a script into the container as `/etc/bitwarden_rs.sh`
and/or a directory of scripts as `/etc/bitwarden_rs.d`. In the latter case,
only files with an `.sh` extension are sourced, so files with other
extensions (e.g., data/config files) can reside in the same dir.

Note that the init scripts are run each time the container starts (not just
the first time), so these scripts should be idempotent.
2020-07-05 15:26:20 -07:00
..
Dockerfile Add startup script to support init operations 2020-07-05 15:26:20 -07:00
Dockerfile.alpine Add startup script to support init operations 2020-07-05 15:26:20 -07:00