mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 06:37:11 -04:00
Update to use new ENV key=val syntax (instead of space separator)
This commit is contained in:
parent
553ead9a18
commit
188a9ae259
20
Dockerfile
20
Dockerfile
@ -112,18 +112,18 @@ WORKDIR /srv/ledgersmb
|
|||||||
## MAIL
|
## MAIL
|
||||||
# '__CONTAINER_GATEWAY__' is a magic value which will be substituted
|
# '__CONTAINER_GATEWAY__' is a magic value which will be substituted
|
||||||
# with the actual gateway IP address
|
# with the actual gateway IP address
|
||||||
ENV LSMB_MAIL_SMTPHOST __CONTAINER_GATEWAY__
|
ENV LSMB_MAIL_SMTPHOST=__CONTAINER_GATEWAY__
|
||||||
#ENV LSMB_MAIL_SMTPPORT 25
|
#ENV LSMB_MAIL_SMTPPORT=25
|
||||||
#ENV LSMB_MAIL_SMTPSENDER_HOSTNAME (container hostname)
|
#ENV LSMB_MAIL_SMTPSENDER_HOSTNAME=(container hostname)
|
||||||
#ENV LSMB_MAIL_SMTPTLS
|
#ENV LSMB_MAIL_SMTPTLS=
|
||||||
#ENV LSMB_MAIL_SMTPUSER
|
#ENV LSMB_MAIL_SMTPUSER=
|
||||||
#ENV LSMB_MAIL_SMTPPASS
|
#ENV LSMB_MAIL_SMTPPASS=
|
||||||
#ENV LSMB_MAIL_SMTPAUTHMECH
|
#ENV LSMB_MAIL_SMTPAUTHMECH=
|
||||||
|
|
||||||
## DATABASE
|
## DATABASE
|
||||||
ENV POSTGRES_HOST postgres
|
ENV POSTGRES_HOST=postgres
|
||||||
ENV POSTGRES_PORT 5432
|
ENV POSTGRES_PORT=5432
|
||||||
ENV DEFAULT_DB lsmb
|
ENV DEFAULT_DB=lsmb
|
||||||
|
|
||||||
COPY start.sh /usr/local/bin/start.sh
|
COPY start.sh /usr/local/bin/start.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user