Open sparrowme opened 2 years ago
I'm using helpy in docker and encountered the same issue. If I replace site_url in /helpy/config/settings.yml and restart container it starts working as expected.
I moved settings.yml out of docker container and bind-volumed it:
helpy:
image: helpy/helpy:release-2.8.0
volumes:
- "./settings.yml:/helpy/config/settings.yml:ro"
System site url is configured. Validated in database:
However, password reset email still uses default - pre-install domain.
Currently using docker install Container restarted after change. Don't know if it's related, but one thing I noticed is that the Site Url in admin requires the https:// when other urls do not?