Skip to content

Instantly share code, notes, and snippets.

@ssatz
Created July 3, 2018 08:02
Show Gist options
  • Save ssatz/ef0d12ba6e6beb3204b7c6f08260ba81 to your computer and use it in GitHub Desktop.
Save ssatz/ef0d12ba6e6beb3204b7c6f08260ba81 to your computer and use it in GitHub Desktop.
wordpress docker composer v3
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