Commit 280405b1 authored by peturbg's avatar peturbg
Browse files

fixing invalid `172,,,, adress and database
parent 5cd88811
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ services:
      PEERTUBE_DB_HOSTNAME: 'peertube-db'
      PEERTUBE_DB_PASSWORD: '${USERS}'
      PEERTUBE_DB_USERNAME: 'peertube'
      PEERTUBE_TRUST_PROXY: '["127.0.0.1", "loopback", "172.0.0.0/0"]'
      PEERTUBE_TRUST_PROXY: '["127.0.0.1", "loopback", "172.16.0.0/12"]'
      PEERTUBE_WEBSERVER_HOSTNAME: 'peertube.${SITE:-localhost}'
      PEERTUBE_WEBSERVER_HTTPS: 'true'
      PEERTUBE_WEBSERVER_PORT: 443