Closed BlackWolfWoof closed 1 year ago
Instead of using -logtostderr
, try -alsologtostderr
Instead of using
-logtostderr
, try-alsologtostderr
Didn't give me any logs 🤷
permission issue. endlessh
runs as nobody
in the container. Make sure nobody
can write to the folder.
e.g. run chmod 777 /home/user/example
before starting the container.
Or you may specify the user
https://docs.docker.com/compose/compose-file/#user to the container.
I am trying to get the logs so fail2ban can read them, but wondered where the logs to to so i can bind them to a volume/mount.
Here i tried to put it into /example of the container and then ls /home/user/example, but nothing was logged there. I am probably doing something wrong so if you see what mistake i made could you please point it out to me, thanks :)