mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 08:32:45 -05:00
sqlite Dockerfile used for mysql-image #500
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 @nevsnode on GitHub (Nov 21, 2019).
It seems like the server-mysql image on Docker Hub is built with the wrong Dockerfile.
I pulled the latest release (1.12.0) and basically ran into issues, until I noticed this in https://hub.docker.com/r/bitwardenrs/server-mysql/dockerfile:
Or is there some intention behind this? 😅
@dani-garcia commented on GitHub (Nov 21, 2019):
Oops, it seems I configured it wrong for the release builds, I've switched it now, but it will be a couple of hours before it's built. In the mean time you can use the server-mysql:latest image, which at the moment is identical to the release.
@nevsnode commented on GitHub (Nov 21, 2019):
Nice, thanks 👍
And a general 'thank you' for building this