Open koroleves opened 1 year ago
Managed to start container only with sqlite settings sqlite (sorry for my english)
Could you post the environment variables you're using (with redactions)? It looks like the start-up script is trying to run the setup wizard, but for some reason, the connection is getting refused.
You can also try starting the container with no environment variables set, and running the setup wizard manually.
With the old settings, the container worked well until the first reload. I recreated the container with these settings version: "3"
services: app: environment: PRETTY_URLS: "1" HTTPS: "0" HTTPS_REDIRECT: "0" LANGUAGE: "ru-RU" BASE_URL: "http://wtree.koroles.com" DB_TYPE: "mysql" DB_NAME: "webtrees" DB_HOST: "192.168.1.10" DB_PORT: "3306" DB_USER: "webtrees" DB_PASS: "" DB_PREFIX: "" WT_USER: "admin" WT_NAME: "admin" WT_PASS: "" WT_EMAIL: "koroleves@ya.ru" container_name: webtrees image: ghcr.io/nathanvaughn/webtrees:2.1.12 ports:
Now when you restart the container starts but not correctly.
Infinite loading animation
And I can't get log out
the same with these settings, the container worked well until the first reload.
version: "3"
services: app: environment: PRETTY_URLS: "1" HTTPS: "0" HTTPS_REDIRECT: "0" LANGUAGE: "ru-RU" BASE_URL: "http://wtree.koroles.com/"
container_name: webtrees image: ghcr.io/nathanvaughn/webtrees:2.1.12 ports:
after reboot i see endless loading animation
First off, I would try clearing your database and starting fresh.
Second, I think the issue is that ru-RU
is not a valid locale code. I finally found the list of allowed values here: https://github.com/fisharebest/webtrees/tree/main/resources/lang
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
`> [NV_INIT] PRETTY_URLS found in environment variables