Get with the right quoting

This commit is contained in:
decentral1se 2021-05-06 11:12:29 +02:00
parent 10603c392c
commit 9756f74be1
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ services:
- PEERTUBE_REDIS_HOSTNAME=cache
- PEERTUBE_SIGNUP_ENABLED
- PEERTUBE_TRANSCODING_ENABLED
- PEERTUBE_TRUST_PROXY='["127.0.0.1", "loopback", "172.16.0.0/12", "10.0.0.0/8"]'
- PEERTUBE_WEBSERVER_HOSTNAME="${DOMAIN}"
- PEERTUBE_TRUST_PROXY="['127.0.0.1', 'loopback', '172.16.0.0/12', '10.0.0.0/8']"
- PEERTUBE_WEBSERVER_HOSTNAME=${DOMAIN}
- PEERTUBE_WEBSERVER_HTTPS
- PEERTUBE_WEBSERVER_PORT
volumes: