Created
September 6, 2017 01:11
-
-
Save marylly/ed7c1c0e0cb150f5b0e4140da7d63c0a to your computer and use it in GitHub Desktop.
Docker Composer Apache 2 + php5.3 for Windows 10
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: "2.1" | |
| services: | |
| web: | |
| image: koder/apache-php-5.3 | |
| volumes: | |
| - ./conf/httpd.conf:/usr/local/apache2/conf/httpd.conf | |
| - ./cakephp/:/var/www/web/ | |
| ports: | |
| - "8061:8080" | |
| adminer: | |
| image: adminer | |
| ports: | |
| - "8081:8080" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment