Created
November 1, 2017 17:10
-
-
Save ilhamarrouf/c455c2a4ac2fd6b966a49e807a99d078 to your computer and use it in GitHub Desktop.
Docker compose php5.6-apache
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
php: | |
image: php:5.6-apache | |
ports: | |
- "8080:80" | |
volumes: | |
- ./:/var/www/html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment