Created
July 5, 2023 16:18
-
-
Save derek-adair/05ed87ed792ecbc7a3f63b4cd930db7b to your computer and use it in GitHub Desktop.
This file contains 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
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