Replies: 1 comment
-
They are refeering to the
part in the docker-compose.
and then with your own proxy you'll be able to connect it through port 4000 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I want to try zero-ui but couldn't start it.
My enviroment is CentOS 8, with httpd already running (but only on 3 IP addresses, 2 are not used).
At first there was this error (after docker-compose up -d --no-build command):
So i tried to setup one speicific IP address that will be used by editing docker-compose.yml and adding "- LISTEN_ADDRESS=my.ip.add.res" inside "environment:" (but i'm not sure if it is correct place for that).
But that didn't change anything.
So i removed whole https-proxy section from docker-compose.yml, and there is also instruction that says "...and change zero-ui port expose to ports.". But i do not understand it. There is already "ports" like:
So should i put "9993:9993/udp" inside expose?
Can anyone help please?
Beta Was this translation helpful? Give feedback.
All reactions