diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-07 15:26:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-07 15:26:28 +0200 |
commit | af111faf77b7c51a7f0a697fc9789edad2a9a20a (patch) | |
tree | 9ae5ddc455123e12dbd0e9debe0bb49418599259 /support | |
parent | 29173696f761d118341ce9aed08fff59b46504ce (diff) | |
download | PeerTube-af111faf77b7c51a7f0a697fc9789edad2a9a20a.tar.gz PeerTube-af111faf77b7c51a7f0a697fc9789edad2a9a20a.tar.zst PeerTube-af111faf77b7c51a7f0a697fc9789edad2a9a20a.zip |
Fix docker production configuration
Diffstat (limited to 'support')
-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 8a58c5b16..64fc9e82c 100644 --- a/support/docker/production/config/production.yaml +++ b/support/docker/production/config/production.yaml | |||
@@ -1,5 +1,5 @@ | |||
1 | listen: | 1 | listen: |
2 | hostname: '127.0.0.1' | 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 "listen" configuration |