Skip to content

Instantly share code, notes, and snippets.

@midweste
Created January 26, 2023 23:16
Show Gist options
  • Save midweste/7fe99d863e7e573ae84ca671604eccb2 to your computer and use it in GitHub Desktop.
Save midweste/7fe99d863e7e573ae84ca671604eccb2 to your computer and use it in GitHub Desktop.
Use mysql official version on lando - broken healthcheck though
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