Skip to content

Instantly share code, notes, and snippets.

@logankimmel
Created July 11, 2018 05:36
Show Gist options
  • Save logankimmel/bb6a02c22243846f460649db9169efbf to your computer and use it in GitHub Desktop.
Save logankimmel/bb6a02c22243846f460649db9169efbf to your computer and use it in GitHub Desktop.
---
version: '3.1'
services:
drupal:
image: drupal:8-apache
ports:
- 8080:80
restart: always
postgres:
image: postgres:10
environment:
POSTGRES_PASSWORD: example
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment