IQSS / dataverse-docker

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting 404 on the main page when using docker-compose-ssl.yml

TanayKarve opened this issue · comments

Using the .env_sample file, but with the following changes:
hostname=dataverse.mydomain.com:8080
traefikhost=dataverse.mydomain.com:8080

and the docker-compose-ssl.yml from distros/

I get the message "404 page not found" on https://dataverse.mydomain.com/

Am I missing something?
Thanks.

Since your domain doesn't start with www. you have to modify:

- "traefik.http.routers.dataverse.rule=Host(`www.${traefikhost}`)"

and remove the www. before ${traefikhost}.