Skip to content

Instantly share code, notes, and snippets.

@pedrosanta
Created July 15, 2017 14:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedrosanta/e3bbb884ef73bd6877efd336282c20f6 to your computer and use it in GitHub Desktop.
Save pedrosanta/e3bbb884ef73bd6877efd336282c20f6 to your computer and use it in GitHub Desktop.
A base docker compose file for PHP + Apache
version: '2'
services:
php-apache:
image: php:apache
ports:
- "80:80"
volumes:
- $PWD:/var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment