compose: set application name as the service name

This commit is contained in:
Sameer Naik
2017-01-11 10:33:42 +05:30
parent d5ae449d25
commit 670e2868db
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ services:
image: 'bitnami/mongodb:latest'
volumes:
- 'mongodb_data:/bitnami/mongodb'
application:
parse:
image: 'bitnami/parse:latest'
environment:
PARSE_SERVER_HOST: your_host
@@ -177,7 +177,7 @@ Bitnami provides up-to-date versions of Mongodb and Parse, including security pa
* For docker-compose add the variable name and value under the application section:
```yaml
application:
parse:
image: bitnami/parse:latest
ports:
- 1337:1337