https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38345
--- Comment #40 from Jonathan Druart <[email protected]> --- (In reply to David Nind from comment #36) > OS1 and OS2 now work, however I wasn't able to start up KTD with ES6, ES7, > or ES8. I have changes in my ktd's docker-compose.os2.yml file diff --git a/docker-compose.os2.yml b/docker-compose.os2.yml index 66a748e..bc28aea 100644 --- a/docker-compose.os2.yml +++ b/docker-compose.os2.yml @@ -8,6 +8,9 @@ services: plugins.security.disabled: "true" ES_JAVA_OPTS: -Xms512m -Xmx512m OPENSEARCH_INITIAL_ADMIN_PASSWORD: ${OPENSEARCH_INITIAL_ADMIN_PASSWORD:-pu1kohphei4heeY4pai7ohp6vei4Ea6i} + cluster.routing.allocation.disk.threshold_enabled: "false" + network.host: 0.0.0.0 + network.publish_host: es ulimits: memlock: soft: -1 I am trying now. -- 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/
