mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 10:47:20 +08:00
compose: set application name as the service name
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
image: 'bitnami/mariadb:latest'
|
||||
volumes:
|
||||
- 'mariadb_data:/bitnami/mariadb'
|
||||
application:
|
||||
phpbb:
|
||||
image: 'bitnami/phpbb:latest'
|
||||
ports:
|
||||
- '80:80'
|
||||
|
||||
Reference in New Issue
Block a user