Add bullets to README.

This commit is contained in:
Dan Helfman 2018-01-20 15:50:08 -08:00
parent 09ff06e4ff
commit e72b7c0d2a
1 changed files with 5 additions and 5 deletions

View File

@ -6,17 +6,17 @@ Source at https://projects.torsion.org/witten/mediagoblin-docker
## Environment variables
`NOTIFICATION_EMAIL`: From address for MediaGoblin notification emails.
`EMAIL_RELAY_HOST`: Hostname used to send outgoing notification emails. Since MediaGoblin isn't terribly configurable as an email client, it's recommended that this "host" is a mail relay like https://hub.docker.com/r/alterrebe/postfix-relay/.
`DATABASE_URL`: Connection string for database to use for persistence, including credentials. See example below.
* `NOTIFICATION_EMAIL`: From address for MediaGoblin notification emails.
* `EMAIL_RELAY_HOST`: Hostname used to send outgoing notification emails. Since MediaGoblin isn't terribly configurable as an email client, it's recommended that this "host" is a mail relay like https://hub.docker.com/r/alterrebe/postfix-relay/.
* `DATABASE_URL`: Connection string for database to use for persistence, including credentials. See example below.
## Volumes
`/app/user_dev`: Location to store user media uploads.
* `/app/user_dev`: Location to store user media uploads.
## Ports
`80`: Only listens on port 80 for HTTP. Intended to be used in conjunction with an external reverse proxy like https://hub.docker.com/r/jwilder/nginx-proxy/ to provide HTTPS or anything else that's needed.
* `80`: Only listens on port 80 for HTTP. Intended to be used in conjunction with an external reverse proxy like https://hub.docker.com/r/jwilder/nginx-proxy/ to provide HTTPS or anything else that's needed.
## Example