https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582

--- Comment #83 from Julian Maurice <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to