Hi,
i'm trying to run koha in docker. I'm using the letsencrypt-nginx-proxy-companion. I append the dockerfile
After starting docker and access the instance using a browser first i get
Sorry!
The Koha site you are trying to access is currently unavailable, probably because of maintenance. This is > not at all your fault, and we apologize for any inconvenience the downtime may cause you. Please check > back in a while. We hope to get things back up soon.
after a few settings i get
504 Gateway Time-out
The docker logs for koha give me:
koha | Use of uninitialized value $home in concatenation (.) or string at /etc/koha /plack.psgi line 54.
koha | Use of uninitialized value $home in concatenation (.) or string at /etc/koha/plack.psgi line 58.
koha | Use of uninitialized value $home in concatenation (.) or string at /etc/koha/plack.psgi line 74.
koha | Error while loading /etc/koha/plack.psgi: Cannot find current script '/api/v1/app.pl' at /usr/share/perl5/Mojo/Server.pm line 48.
Hi,
i'm trying to run koha in docker. I'm using the letsencrypt-nginx-proxy-companion. I append the dockerfile
After starting docker and access the instance using a browser first i get
after a few settings i get
The docker logs for koha give me: