Created
January 5, 2020 14:08
-
-
Save naneri/38af8217b83a2e66dedf25729a15deb7 to your computer and use it in GitHub Desktop.
docker-compose.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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