Skip to content

Instantly share code, notes, and snippets.

@benglass
Last active October 24, 2017 18:36
Show Gist options
  • Save benglass/65591b89bd039cf1933d1a8a18f97e9e to your computer and use it in GitHub Desktop.
Save benglass/65591b89bd039cf1933d1a8a18f97e9e to your computer and use it in GitHub Desktop.
version: '3.1'
services:
wordpress:
image: wordpress
restart: always
ports:
- 8080:80
environment:
WORDPRESS_DB_PASSWORD: example
volumes:
- .:/var/www/html
mysql:
image: mysql:5.7
restart: always
environment:
MYSQL_ROOT_PASSWORD: example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment