6 Oct
2020
6 Oct
'20
11:19 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582 --- Comment #83 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to Jonathan Druart from comment #82)
Inside KTD, when I run `starman -l :5000 -l :5001` and then hit IP:5000 I get the intranet mainpage, but I don't get the OPAC when I hit IP:5001 (I get the intranet mainpage as well).
What am I missing?
koha-testing-docker defines environment variables KOHA_INTRANET_PORT and KOHA_OPAC_PORT which are used by app.psgi to determine which ports to use. You can try `env KOHA_INTRANET_PORT=5000 KOHA_OPAC_PORT=5001 starman -l :5000 -l :5001` -- You are receiving this mail because: You are watching all bug changes.