Created
August 12, 2019 23:49
-
-
Save kudaliar032/422bb378914f4bec422eaf075297b1eb to your computer and use it in GitHub Desktop.
artikel medium, step 2
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
... | |
wp-database: | |
image: mariadb | |
environment: | |
- MYSQL_ROOT_PASSWORD=ayeaye | |
- MYSQL_DATABASE=wp_db | |
- MYSQL_USER=adit | |
- MYSQL_PASSWORD=adit123 | |
wordpress: | |
image: wordpress | |
environment: | |
- WORDPRESS_DB_HOST=wp-database | |
- WORDPRESS_DB_USER=adit | |
- WORDPRESS_DB_PASSWORD=adit123 | |
- WORDPRESS_DB_NAME=wp_db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment