This is related to @shroff issue #39
Having just deployed this, and got all (including the web frontend) running, I had some comments for the docs. I would be happy to put in a PR.
Most were related on how to apply a custom config file, and LDAP config into the container. Ended up having to bind mount like:
/etc/phoebus-olog.properties:/olog-target/application.properties:ro
/etc/active_directory.properties:/olog-target/active_directory.properties:ro
This was not obvious, and had to look up the default locations for where this is searched.
This is related to @shroff issue #39
Having just deployed this, and got all (including the web frontend) running, I had some comments for the docs. I would be happy to put in a PR.
Most were related on how to apply a custom config file, and LDAP config into the container. Ended up having to bind mount like:
This was not obvious, and had to look up the default locations for where this is searched.