On Wed, May 25, 2022 at 2:24 AM Golota S.V. <[email protected]> wrote:
> the author recommends changing the logback.xml file " > https://github.com/crazy-max/docker-fail2ban/tree/master/examples/jails/guacamole" > > and output the log file from the container for fail2ban processing, but I > couldn’t do it, I don’t have enough rights, the guacamole container starts > without root rights > You'll have to set ownership on the directory to a user/group that has the correct access. Running as a non-root user is the right way to run it, but it may mean making some other adjustments to allow access to the files. -Nick >
