compose: set application name as the service name

This commit is contained in:
Sameer Naik
2017-01-11 10:34:22 +05:30
parent 9af4a46d16
commit c3bb381ad6
2 changed files with 4 additions and 4 deletions

View File

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

View File

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