Fix .env file syntax and move trusted proxies array to compose file
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user