Fix .env file syntax and move trusted proxies array to compose file

This commit is contained in:
2021-03-20 06:33:13 +00:00
parent 100fb038e3
commit e0c5d59ba7
2 changed files with 11 additions and 11 deletions

View File

@ -47,6 +47,7 @@ services:
PEERTUBE_DB_USERNAME: peertube
PEERTUBE_DB_PASSWORD_FILE: /run/secrets/db_password
PEERTUBE_REDIS_HOSTNAME: redis
PEERTUBE_TRUST_PROXY: '["127.0.0.1", "loopback", "172.16.0.0/12", "10.0.0.0/8"]'
volumes:
- app-data:/data
- app-config:/config