Created
July 3, 2018 08:02
-
-
Save ssatz/ef0d12ba6e6beb3204b7c6f08260ba81 to your computer and use it in GitHub Desktop.
wordpress docker composer v3
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
wordpress: | |
image: wordpress:php7.2-fpm-alpine | |
restart: always | |
volumes: | |
- ./wordpress:/var/www/wordpress/ | |
environment: | |
WORDPRESS_DB_PASSWORD: homestead | |
WORDPRESS_DB_USER : homestead | |
WORDPRESS_DB_NAME : homestead | |
WORDPRESS_DB_HOST : dbwordpress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment