1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

set the default value for POSTGRES_USER to postgres

This is done in order to ensure backward compatibility
This commit is contained in:
Mohamed MOUNIROU
2016-08-24 18:28:34 +02:00
parent 4094d3c9ff
commit 255fe53dfc

View File

@@ -8,6 +8,7 @@ ENV WALLABAG_VERSION=2.0.7 \
SYMFONY__ENV__DATABASE_NAME=symfony \
SYMFONY__ENV__DATABASE_USER=root \
SYMFONY__ENV__DATABASE_PASSWORD=~ \
POSTGRES_USER=postgres \
SYMFONY__ENV__SECRET=ovmpmAWXRCabNlMgzlzFXDYmCFfzGv \
SYMFONY__ENV__MAILER_HOST=127.0.0.1 \
SYMFONY__ENV__MAILER_USER=~ \