-
Hi, Can someone give me a hint how to run the zero-ui behind nginx reverse proxy instead of the "caddy reverse-proxy", would be great! Runing two reverse proxys doesn't work... Thanks for you help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I managed the problem by myself. Somehow it is also written in the documentation, how to do it. You need do adjust the docker-compose.yml file like this.
In the nginx configuration you have to point to http://ip-address:4000 (IP-Address of the docker host) |
Beta Was this translation helpful? Give feedback.
I managed the problem by myself. Somehow it is also written in the documentation, how to do it. You need do adjust the docker-compose.yml file like this.