Created
January 26, 2023 23:16
-
-
Save midweste/7fe99d863e7e573ae84ca671604eccb2 to your computer and use it in GitHub Desktop.
Use mysql official version on lando - broken healthcheck though
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
database: | |
portforward: 34233 | |
overrides: | |
volumes: | |
- type: volume | |
source: data_database | |
target: /var/lib/mysql | |
command: /entrypoint.sh --default-authentication-plugin=mysql_native_password | |
image: bitnami/mysql:5.7.41-debian-11-r1 #mysql:5.7 | |
environment: | |
LANDO_WEBROOT_USER: mysql | |
LANDO_WEBROOT_GROUP: mysql | |
MYSQL_ALLOW_EMPTY_PASSWORD: "yes" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment