README fixes (#464)

* Fix typos and use consistent YAML data structures for env

* Add Debug flag and more structure to the README

* Clarify default value of MM_HOSTNAME

* Fix typo

* Fix typos
This commit is contained in:
Gabor Szarnyas
2021-05-21 22:54:03 +02:00
committed by GitHub
parent 9409942a31
commit 3dd4718770
4 changed files with 21 additions and 16 deletions

View File

@@ -46,9 +46,9 @@ services:
database:
environment:
POSTGRES_DB: mailmandb
POSTGRES_USER: mailman
POSTGRES_PASSWORD: mailmanpass
- POSTGRES_DB=mailmandb
- POSTGRES_USER=mailman
- POSTGRES_PASSWORD=mailmanpass
image: postgres:9.6-alpine
volumes:
- /opt/mailman/database:/var/lib/postgresql/data