Merge branch 'compose-service-name'
This commit is contained in:
commit
6f5263689b
|
|
@ -35,7 +35,7 @@ services:
|
|||
image: 'bitnami/mariadb:latest'
|
||||
volumes:
|
||||
- 'mariadb_data:/bitnami/mariadb'
|
||||
application:
|
||||
moodle:
|
||||
image: 'bitnami/moodle:latest'
|
||||
ports:
|
||||
- '80:80'
|
||||
|
|
@ -99,7 +99,7 @@ services:
|
|||
image: 'bitnami/mariadb:latest'
|
||||
volumes:
|
||||
- '/path/to/your/local/mariadb_data:/bitnami/mariadb'
|
||||
application:
|
||||
moodle:
|
||||
image: 'bitnami/moodle:latest'
|
||||
ports:
|
||||
- '80:80'
|
||||
|
|
@ -171,7 +171,7 @@ Bitnami provides up-to-date versions of MariaDB and Moodle, including security p
|
|||
|
||||
* For docker-compose add the variable name and value under the application section:
|
||||
```
|
||||
application:
|
||||
moodle:
|
||||
image: bitnami/moodle:latest
|
||||
ports:
|
||||
- 80:80
|
||||
|
|
@ -212,7 +212,7 @@ This would be an example of SMTP configuration using a GMail account:
|
|||
* docker-compose:
|
||||
|
||||
```
|
||||
application:
|
||||
moodle:
|
||||
image: bitnami/moodle:latest
|
||||
ports:
|
||||
- 80:80
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ services:
|
|||
image: 'bitnami/mariadb:latest'
|
||||
volumes:
|
||||
- 'mariadb_data:/bitnami/mariadb'
|
||||
application:
|
||||
moodle:
|
||||
image: 'bitnami/moodle:latest'
|
||||
ports:
|
||||
- '80:80'
|
||||
|
|
|
|||
Loading…
Reference in New Issue