Skip to content

Instantly share code, notes, and snippets.

@naneri
Created January 5, 2020 14:08
Show Gist options
  • Save naneri/38af8217b83a2e66dedf25729a15deb7 to your computer and use it in GitHub Desktop.
Save naneri/38af8217b83a2e66dedf25729a15deb7 to your computer and use it in GitHub Desktop.
docker-compose.yml
version: '2'
services:
# app with php container
app:
restart: unless-stopped
build:
context: ./
dockerfile: app.docker
volumes:
- ./..:/var/www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment