diff options
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' |