Use same style
This commit is contained in:
@ -90,9 +90,9 @@ services:
|
||||
networks:
|
||||
- internal
|
||||
environment:
|
||||
POSTGRES_DB: mailman
|
||||
POSTGRES_USER: mailman
|
||||
POSTGRES_PASSWORD_FILE: /run/secrets/db_password
|
||||
- POSTGRES_DB= mailman
|
||||
- POSTGRES_USER=mailman
|
||||
- POSTGRES_PASSWORD_FILE=/run/secrets/db_password
|
||||
volumes:
|
||||
- "db:/var/lib/postgresql/data"
|
||||
|
||||
|
Reference in New Issue
Block a user