mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
MySQL not enabled on Alpine Images #1431
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 @mplx on GitHub.
Subject of the issue
MySQL not enabled on alpine images; wiki docs suggest it works with alpine images ("...based upon MariaDB client libraries since that is what both Debian and Alpine provide...")
Deployment environment
docker images
bitwardenrs/server:1.19.0-alpineandbitwardenrs/server:1.18.0-alpineMySQL/MariaDB version: 10.3.27-MariaDB-0+deb10u1
Other relevant details: same config works with debian images
bitwardenrs/server:1.19.0andbitwardenrs/server:1.18.0Steps to reproduce
start docker container with alpine images
bitwardenrs/server:1.19.0-alpineorbitwardenrs/server:1.18.0-alpineand try to connect to mysqlExpected behaviour
connects to mysql
Actual behaviour
@BlackDex commented on GitHub:
Resolved.
Changed wiki to be accurate.