Add examples folder

This commit is contained in:
Markus Opolka
2018-07-27 12:02:31 +02:00
parent 6a91efca55
commit 5dff10bc6e
3 changed files with 1 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ services:
ports: ports:
- "8080:80" - "8080:80"
volumes: volumes:
- ./tests/nginx.conf:/etc/nginx/nginx.conf:ro - ./examples/nginx.conf:/etc/nginx/nginx.conf:ro
- lime:/var/www/html - lime:/var/www/html
lime-db: lime-db:
image: mysql:5.7 image: mysql:5.7