Merge branch 'compose-service-name'

This commit is contained in:
Sameer Naik 2017-01-11 11:09:57 +05:30
commit 6f5263689b
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

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