Add support for #4 - Make Postgres port configurable at run time

This commit is contained in:
John Locke
2016-08-20 08:53:37 -07:00
parent 2629d4052f
commit 51f3dc8ab8
3 changed files with 12 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ ENV SSMTP_FROMLINE_OVERRIDE YES
#ENV SSMTP_AUTH_METHOD
ENV POSTGRES_HOST postgres
ENV POSTGRES_PORT 5432
ENV DEFAULT_DB lsmb
COPY start.sh /usr/bin/start.sh
COPY update_ssmtp.sh /usr/bin/update_ssmtp.sh