koha-docker
koha-docker copied to clipboard
Docker files for Koha
[2024-04-25 20:11:31.21463] [9] [trace] [zLzPg4Zsj0iQ] GET "/" [2024-04-25 20:11:31.21598] [9] [trace] [zLzPg4Zsj0iQ] Routing to a callback [2024-04-25 20:11:31.21703] [9] [trace] [zLzPg4Zsj0iQ] 302 Found (0.002372s, 421.585/s) [2024-04-25 20:11:31.26466] [9] [trace] [Kic-jxFJZZlf]...
sysadmin@pclaw1:/opt/koha$ docker build --tag koha:master master DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/...
I noticed that there is no yarn build in this image, so css and js won't work.
Do you have a list of which paths contain data that could be linked to a volume so this could be used for non testing purposes?
Hai julian, I have problem to enable plugin. I adjust koha-conf.xml. But the menu not appear. Can u help me
Though I set all the config values (mariadb runs on 3307 on Synology) I get: DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: DBI connect('database=koha;host=db;port=3306','koha',...) failed: Unknown MySQL server host 'db' (-2)...
After I run docker-compose up --build, all the container are up and running. And then I type localhost:3000, then I got below error. `C4::Languages::language_get_description(): DBI Exception: DBD::mysql::st execute failed: Table...