mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
Merge branch 'compose-service-name'
This commit is contained in:
@@ -32,7 +32,7 @@ services:
|
|||||||
image: 'bitnami/mariadb:latest'
|
image: 'bitnami/mariadb:latest'
|
||||||
volumes:
|
volumes:
|
||||||
- 'mariadb_data:/bitnami/mariadb'
|
- 'mariadb_data:/bitnami/mariadb'
|
||||||
application:
|
opencart:
|
||||||
image: 'bitnami/opencart:latest'
|
image: 'bitnami/opencart:latest'
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
@@ -177,7 +177,7 @@ Bitnami provides up-to-date versions of MariaDB and OpenCart, including security
|
|||||||
|
|
||||||
* For docker-compose add the variable name and value under the application section:
|
* For docker-compose add the variable name and value under the application section:
|
||||||
```
|
```
|
||||||
application:
|
opencart:
|
||||||
image: bitnami/opencart:latest
|
image: bitnami/opencart:latest
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
@@ -221,7 +221,7 @@ This would be an example of SMTP configuration using a GMail account:
|
|||||||
* docker-compose:
|
* docker-compose:
|
||||||
|
|
||||||
```
|
```
|
||||||
application:
|
opencart:
|
||||||
image: bitnami/opencart:latest
|
image: bitnami/opencart:latest
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
image: 'bitnami/mariadb:latest'
|
image: 'bitnami/mariadb:latest'
|
||||||
volumes:
|
volumes:
|
||||||
- 'mariadb_data:/bitnami/mariadb'
|
- 'mariadb_data:/bitnami/mariadb'
|
||||||
application:
|
opencart:
|
||||||
image: 'bitnami/opencart:latest'
|
image: 'bitnami/opencart:latest'
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
|
|||||||
Reference in New Issue
Block a user