mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-10-28 17:00:02 +02:00
Change Dockerfiles to make the AMD image multidb
This commit is contained in:
@@ -11,16 +11,11 @@ arches=(
|
||||
|
||||
case "${DOCKER_REPO}" in
|
||||
*-mysql)
|
||||
db=mysql
|
||||
arches=(amd64)
|
||||
;;
|
||||
*-postgresql)
|
||||
db=postgresql
|
||||
arches=(amd64)
|
||||
;;
|
||||
*)
|
||||
db=sqlite
|
||||
;;
|
||||
esac
|
||||
|
||||
if [[ "${DOCKER_TAG}" == *alpine ]]; then
|
||||
|
||||
Reference in New Issue
Block a user