Created
November 1, 2017 18:23
-
-
Save crittermike/f579202ac1bd5f7fec57125657aec69f to your computer and use it in GitHub Desktop.
An untested docker-compose.yml file to use with https://github.com/phase2/pattern-lab-starter/
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
version: '3.1' | |
services: | |
www: | |
container_name: plstarter_www | |
image: outrigger/apache-php:php71 | |
network_mode: "bridge" | |
environment: | |
DOCROOT: /var/www/dest | |
volumes: | |
- .:/var/www/ | |
labels: | |
com.dnsdock.name: www | |
com.dnsdock.image: plstarter | |
outrigger.project: plstarter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment