adds docker-compose.yml

This commit is contained in:
Sameer Naik 2016-11-04 21:11:04 +05:30
parent 4183e2ab3e
commit e209570831
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
version: '2'
services:
nginx:
image: 'bitnami/nginx:latest'
ports:
- '80:80'
- '443:443'
volumes:
- 'nginx_data:/bitnami/nginx'
volumes:
nginx_data:
driver: local