Merge pull request #102 from reasonerjt/master

expose 443 port on nginx
This commit is contained in:
Daniel Jiang 2016-04-14 12:04:53 +08:00
commit cf543e94fa

View File

@ -57,6 +57,7 @@ services:
- ./config/nginx:/etc/nginx
ports:
- 80:80
- 443:443
depends_on:
- mysql
- registry