Replies: 1 comment
-
@AstridTrj : The error shows port as 7081 which I do not see in your docker-compose |
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.
-
I have a need to change the port. The original configuration is as follows:
Due to port conflicts,I want to change all the ports, include 389 and 5432. Configured as below:
Although three dockers of dcm4chee are started, i can't access http://xxxx:9080/dcm4chee-arc/ui2. The error while accessing is "unable to establish a connection to the server". Then I revert "WILDFLY_WAIT_FOR: ldap:489 db:6432" to "WILDFLY_WAIT_FOR: ldap:389 db:5432" and start again. Finally, i can access http://xxxx:9080/dcm4chee-arc/ui2, but the page has nothing and an error occurred when i click the "Navigation" on the left menu.

I would like to know if all ports can be modified. I would be very grateful if anyone could help me.
Beta Was this translation helpful? Give feedback.
All reactions