diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-14 10:13:17 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-14 10:13:17 +0200 |
commit | 08c11bec43987364e83246e4e76958f5ccf89fe8 (patch) | |
tree | 73dc9168b028e9ff32071874557c62f6d3cf4b8a /support/docker/production/config | |
parent | e5e7f7fe99bd0e8d6f3fa0b8ae8cf255ecaa6bf3 (diff) | |
download | PeerTube-08c11bec43987364e83246e4e76958f5ccf89fe8.tar.gz PeerTube-08c11bec43987364e83246e4e76958f5ccf89fe8.tar.zst PeerTube-08c11bec43987364e83246e4e76958f5ccf89fe8.zip |
Fix docker env file
Diffstat (limited to 'support/docker/production/config')
-rw-r--r-- | support/docker/production/config/production.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml index ddac23c4e..4970bbcca 100644 --- a/support/docker/production/config/production.yaml +++ b/support/docker/production/config/production.yaml | |||
@@ -18,7 +18,7 @@ trust_proxy: | |||
18 | 18 | ||
19 | # Your database name will be "peertube"+database.suffix | 19 | # Your database name will be "peertube"+database.suffix |
20 | database: | 20 | database: |
21 | hostname: 'db' | 21 | hostname: 'postgres' |
22 | port: 5432 | 22 | port: 5432 |
23 | suffix: '' | 23 | suffix: '' |
24 | username: 'postgres' | 24 | username: 'postgres' |