diff options
author | lizyn <zhiylin@outlook.com> | 2020-02-24 10:04:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 10:04:13 +0800 |
commit | b19df31d78d881a43bcf6b3215e5fc3781e8e8aa (patch) | |
tree | d0d9861694a4b5e5fbfdbeb53c255ecd15fe9328 /docker/postgres | |
parent | 4d0c632c70ea50d459c3c55ddda2e0f394dd51cb (diff) | |
parent | 04d918cae0227c06a41d27fb6533dddbf30dfe71 (diff) | |
download | wallabag-b19df31d78d881a43bcf6b3215e5fc3781e8e8aa.tar.gz wallabag-b19df31d78d881a43bcf6b3215e5fc3781e8e8aa.tar.zst wallabag-b19df31d78d881a43bcf6b3215e5fc3781e8e8aa.zip |
Merge pull request #1 from wallabag/master
Keep up with the master again
Diffstat (limited to 'docker/postgres')
-rw-r--r-- | docker/postgres/env | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docker/postgres/env b/docker/postgres/env index 80c78c2a..0dd1adb3 100644 --- a/docker/postgres/env +++ b/docker/postgres/env | |||
@@ -1,9 +1,9 @@ | |||
1 | POSTGRES_USER=wallabag | 1 | POSTGRES_USER=wallabag |
2 | POSTGRES_PASSWORD=wallapass | 2 | POSTGRES_PASSWORD=wallapass |
3 | POSTGRES_DB=wallabag | 3 | POSTGRES_DB=wallabag |
4 | export SYMFONY__ENV__DATABASE_DRIVER=pdo_pgsql | 4 | SYMFONY__ENV__DATABASE_HOST=rdbms |
5 | export SYMFONY__ENV__DATABASE_HOST=rdbms | 5 | SYMFONY__ENV__DATABASE_PORT=5432 |
6 | export SYMFONY__ENV__DATABASE_PORT=5432 | 6 | SYMFONY__ENV__DATABASE_NAME=wallabag |
7 | export SYMFONY__ENV__DATABASE_NAME=wallabag | 7 | SYMFONY__ENV__DATABASE_USER=wallabag |
8 | export SYMFONY__ENV__DATABASE_USER=wallabag | 8 | SYMFONY__ENV__DATABASE_PASSWORD=wallapass |
9 | export SYMFONY__ENV__DATABASE_PASSWORD=wallapass | 9 | SYMFONY__ENV__DATABASE_DRIVER=pdo_pgsql |