compose: set application name as the service name

This commit is contained in:
Sameer Naik
2017-01-11 10:33:54 +05:30
parent 3a849b6a71
commit eb5a941aa9
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ services:
- 'parse_data:/bitnami/parse'
depends_on:
- mongodb
application:
parse-dashboard:
image: 'bitnami/parse-dashboard:latest'
ports:
- '80:4040'