Dataverse 6.2 on Docker with integrated services called "Archive in a box" and could be used both as demo and production system and easily integrated with other services.
Hi, I have tried to start a new docker instance by docker-compose with the .env file modified from .env.sample, and I found the hostname does not work for me.
The dataverse.siteUrl always is setting as localhost:8080 or http://{dataverse.fqdn}:8080. Is there any other config to control this value from the .env or docker-compose.yml file?
Hi, I have tried to start a new docker instance by docker-compose with the
.env
file modified from.env.sample
, and I found thehostname
does not work for me.The
dataverse.siteUrl
always is setting aslocalhost:8080
orhttp://{dataverse.fqdn}:8080
. Is there any other config to control this value from the.env
ordocker-compose.yml
file?this is partial of my
.env