1

Similar to this: Ckan Always redirecting to localhost:5000

I'm currently running the latest version with docker-compose. ckan.site_url is set to http://example.com:5000, but it still doesn't work.

Thanks in advance

Robot8A
  • 21
  • 2

1 Answers1

1

If you are using docker-compose install the site URL is specified by the docker environment variable CKAN_SITE_URL

This value is populated from the .env file and should have been specified on step 2a of the instructions: https://docs.ckan.org/en/2.8/maintaining/installing/install-from-docker-compose.html

P DeKraker
  • 50
  • 5