mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
DATABASE_URL is meant for MySQL or Postgres, while this server is meant for SQLite
#608
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mzch on GitHub (Feb 13, 2020).
Subject of the issue
Container can't access to PostgreSQL server.
Your environment
Steps to reproduce
docker-compose.yml is as below:
Expected behaviour
Bitwarden_rs starts normally.
Actual behaviour
Abort.
Relevant logs
@mzch commented on GitHub (Feb 13, 2020):
Sorry, I didn't notice it would need to rebuild a docker image.
@mprasil commented on GitHub (Feb 14, 2020):
You don't need to rebuild the image. You can just use the
bitwardenrs/server-postgresqlthat is built with portgers support orbitwardenrs/server-mysqlthat is built with mysql support.@mzch commented on GitHub (Feb 14, 2020):
Oh, thanks!