compose: set application name as the service name

This commit is contained in:
Sameer Naik 2017-01-11 10:30:55 +05:30
parent 8ad6a5dbe4
commit 906abed318
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ services:
image: 'bitnami/mariadb:latest'
volumes:
- 'mariadb_data:/bitnami/mariadb'
application:
joomla:
image: 'bitnami/joomla:latest'
ports:
- '80:80'
@ -186,7 +186,7 @@ Bitnami provides up-to-date versions of MariaDB and Joomla, including security p
* For docker-compose add the variable name and value under the application section:
```
application:
joomla:
image: bitnami/joomla:latest
ports:
- 80:80
@ -227,7 +227,7 @@ This would be an example of SMTP configuration using a GMail account:
* docker-compose:
```
application:
joomla:
image: bitnami/joomla:latest
ports:
- 80:80

View File

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