Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created November 1, 2017 17:10
Show Gist options
  • Save ilhamarrouf/c455c2a4ac2fd6b966a49e807a99d078 to your computer and use it in GitHub Desktop.
Save ilhamarrouf/c455c2a4ac2fd6b966a49e807a99d078 to your computer and use it in GitHub Desktop.
Docker compose php5.6-apache
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