Skip to content

Instantly share code, notes, and snippets.

@vporoshok
Created May 27, 2017 08:22
Show Gist options
  • Select an option

  • Save vporoshok/d5a4c4383847187c7d208eb97fdf7c27 to your computer and use it in GitHub Desktop.

Select an option

Save vporoshok/d5a4c4383847187c7d208eb97fdf7c27 to your computer and use it in GitHub Desktop.
version: '2'
services:
my:
image: php:7.0-apache
volumes:
- ./my:/var/www/html
ports:
- "4000:80"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment