aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/config/production.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-14 10:13:17 +0200
committerChocobozzz <me@florianbigard.com>2018-08-14 10:13:17 +0200
commit08c11bec43987364e83246e4e76958f5ccf89fe8 (patch)
tree73dc9168b028e9ff32071874557c62f6d3cf4b8a /support/docker/production/config/production.yaml
parente5e7f7fe99bd0e8d6f3fa0b8ae8cf255ecaa6bf3 (diff)
downloadPeerTube-08c11bec43987364e83246e4e76958f5ccf89fe8.tar.gz
PeerTube-08c11bec43987364e83246e4e76958f5ccf89fe8.tar.zst
PeerTube-08c11bec43987364e83246e4e76958f5ccf89fe8.zip
Fix docker env file
Diffstat (limited to 'support/docker/production/config/production.yaml')
-rw-r--r--support/docker/production/config/production.yaml2
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
20database: 20database:
21 hostname: 'db' 21 hostname: 'postgres'
22 port: 5432 22 port: 5432
23 suffix: '' 23 suffix: ''
24 username: 'postgres' 24 username: 'postgres'