compose: set application name as the service name

This commit is contained in:
Sameer Naik 2017-01-11 10:30:10 +05:30
parent 79ecc32d57
commit 25070f2ef9
2 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ services:
image: 'bitnami/mariadb:latest'
volumes:
- 'mariadb_data:/bitnami/mariadb'
application:
ghost:
image: 'bitnami/ghost:latest'
ports:
- '80:2368'
@ -170,7 +170,7 @@ Bitnami provides up-to-date versions of MariaDB and Ghost, including security pa
* For docker-compose add the variable name and value under the application section:
```yaml
application:
ghost:
image: bitnami/ghost:latest
ports:
- 80:2368
@ -210,7 +210,7 @@ This would be an example of SMTP configuration using a GMail account:
* docker-compose:
```yaml
application:
ghost:
image: bitnami/ghost:latest
ports:
- 80:2368

View File

@ -4,7 +4,7 @@ services:
image: 'bitnami/mariadb:latest'
volumes:
- 'mariadb_data:/bitnami/mariadb'
application:
ghost:
image: 'bitnami/ghost:latest'
ports:
- '80:2368'