Enable fluent-bit cofiguring in OCI docker by default

This commit is contained in:
Evgeniy Antonyuk 2024-05-31 14:47:45 +03:00
parent 86dbea14fd
commit c64b815fe2

View File

@ -60,7 +60,7 @@ INSTALL_RABBITMQ="true";
INSTALL_MYSQL_SERVER="true";
INSTALL_DOCUMENT_SERVER="true";
INSTALL_ELASTICSEARCH="true";
INSTALL_FLUENT_BIT="false";
INSTALL_FLUENT_BIT="true";
INSTALL_PRODUCT="true";
UPDATE="false";