mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 14:57:54 +08:00
compose: set application name as the service name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user