Skip to content

Instantly share code, notes, and snippets.

@ahoulgrave
Created May 6, 2018 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahoulgrave/8285960cb5016328ccab9a9c58f53490 to your computer and use it in GitHub Desktop.
Save ahoulgrave/8285960cb5016328ccab9a9c58f53490 to your computer and use it in GitHub Desktop.
# docker-compose.yml
version: '3'
services:
web:
container_name: my_php_app
build: .
ports:
- "80:80"
volumes:
- cache:/data/cache
- logs:/data/logs
volumes:
cache:
logs:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment