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 9839ceaa2b
commit 3839f3b105
3 changed files with 12 additions and 0 deletions

View File

@@ -53,6 +53,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/local/bin/start.sh
COPY update_ssmtp.sh /usr/local/bin/update_ssmtp.sh