Hi,
I struggle to enter
RAILS_TRUSTED_PROXIES
in my docker-compose config.
Can somebody point me to the right file, position in file and syntax.
Thanks
Lothar
Hi,
I struggle to enter
RAILS_TRUSTED_PROXIES
in my docker-compose config.
Can somebody point me to the right file, position in file and syntax.
Thanks
Lothar
okay, after some endless fiddeling I got it.
Maybe somebody improves the documentation…
~/zammad-docker-compose$ less docker-compose.override.yml
version: '3'
services:
zammad-init:
environment:
- RAILS_TRUSTED_PROXIES=['127.0.0.1', '192.168.99.123', '::1']
zammad-nginx:
ports:
- "8080:8080"
environment:
- VIRTUAL_HOST=example.com
- NGINX_SERVER_SCHEME=https
Pull requests are welcome.
Happy to contribute and to follow the How to contribute to the documentation documentation. To set up a build environment for contributing to the doc is quite an effort and not a low entry barrier.
Sorry I’m confused.
The documentation is based on restructuredText
. I agree that this requires initial fiddling in case you’re not yet familiar with rst.
However, technical -if you want to test compile your work- the only thing you need is sphinx. No need for gettext etc.
We did try to reflect this on the readmes as good as possible.
Surely there may be room for improvement, but that’s typical for documentations as they’re permanently moving.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.