Skip to content

Instantly share code, notes, and snippets.

@marylly
Created September 6, 2017 01:11
Show Gist options
  • Select an option

  • Save marylly/ed7c1c0e0cb150f5b0e4140da7d63c0a to your computer and use it in GitHub Desktop.

Select an option

Save marylly/ed7c1c0e0cb150f5b0e4140da7d63c0a to your computer and use it in GitHub Desktop.
Docker Composer Apache 2 + php5.3 for Windows 10
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