aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker')
-rw-r--r--support/docker/production/config/production.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml
index 3bff8a0b0..54d619b1a 100644
--- a/support/docker/production/config/production.yaml
+++ b/support/docker/production/config/production.yaml
@@ -2,7 +2,7 @@ listen:
2 hostname: '0.0.0.0' 2 hostname: '0.0.0.0'
3 port: 9000 3 port: 9000
4 4
5# Correspond to your reverse proxy "listen" configuration 5# Correspond to your reverse proxy server_name/listen configuration (i.e., your public PeerTube instance URL)
6webserver: 6webserver:
7 https: true 7 https: true
8 hostname: undefined 8 hostname: undefined
@@ -26,7 +26,7 @@ trust_proxy:
26 - 'linklocal' 26 - 'linklocal'
27 - 'uniquelocal' 27 - 'uniquelocal'
28 28
29# Your database name will be database.name or "peertube"+database.suffix 29# Your database name will be database.name OR 'peertube'+database.suffix
30database: 30database:
31 hostname: 'postgres' 31 hostname: 'postgres'
32 port: 5432 32 port: 5432