dataverse-docker icon indicating copy to clipboard operation
dataverse-docker copied to clipboard

Apache-Glassfish-Docker

Open alexsantiago13 opened this issue 5 years ago • 1 comments

Hi, guys, I need some help... This is the scenario: I have dataverse project in Docker, with shibboleth. There are 4 containers:

  • dataverse, containing Glassfish;
  • Apache, containing Shibboleth;
  • Postgresql, and;
  • Solr.

The problem is that I cannot access dataverse via https://DOMAIN_NAME:443 (or :80), i.e., via apache. I can only access via :8080, i.e., Glassfish...

I already modified ssl.conf, httpd.conf....

Does anyone have any idea what I should do?

Thanks in advance.

Alexandre

alexsantiago13 avatar Apr 29 '20 13:04 alexsantiago13

seems like a docker configuration problem. could you post your docker-compose.yml ?

xoroz avatar May 25 '20 14:05 xoroz