Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derek-adair/05ed87ed792ecbc7a3f63b4cd930db7b to your computer and use it in GitHub Desktop.
Save derek-adair/05ed87ed792ecbc7a3f63b4cd930db7b to your computer and use it in GitHub Desktop.
version: '2'
services:
mysql:
image: docker.io/bitnami/mysql:8.0
volumes:
- ./db:/bitnami/mysql
environment:
# ALLOW_EMPTY_PASSWORD is recommended only for development.
- ALLOW_EMPTY_PASSWORD=yes
- MYSQL_USER=bn_ghost
- MYSQL_DATABASE=bitnami_ghost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment