Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERR_CONNECTION_REFUSED docker openclinica 3.14 #2

Open
alberto-fraccarollo opened this issue Oct 15, 2021 · 2 comments
Open

ERR_CONNECTION_REFUSED docker openclinica 3.14 #2

alberto-fraccarollo opened this issue Oct 15, 2021 · 2 comments

Comments

@alberto-fraccarollo
Copy link

Hi,
I try to configure docker openclinica on ubuntu engine. The ubuntu version is 20.04
root@moma:~# docker container ls
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c6ba71886a1f oc "/run.sh" 58 minutes ago Up 58 minutes 8080/tcp oc
e33fcdb47a37 postgres:9.5 "docker-entrypoint.s…" About an hour ago Up About an hour 5432/tcp oc-db

when I try to connect to docker
http://129.114.108.170:8080/OpenClinica
I recive error of ERR_CONNECTION_REFUSED.
How I could fix it?
regards

Alberto

@mshunshin
Copy link
Owner

your output looks a little mangled - but I think you haven't opened up a port
add in -p 8080:8080 to the docker run command.

@alberto-fraccarollo
Copy link
Author

Hi thanks for your replay. I fixed the problem how can I do to update the version to the latest available (ver.3.16)?
Regards

Alberto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants