Created
July 15, 2017 14:36
-
-
Save pedrosanta/e3bbb884ef73bd6877efd336282c20f6 to your computer and use it in GitHub Desktop.
A base docker compose file for PHP + Apache
This file contains 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: '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