wallabag / docker

Official docker-composer for wallabag.
612 stars 153 forks source link

Access logs from the host where the container is running #215

Open tonitonae opened 4 years ago

tonitonae commented 4 years ago

Hi.

I was trying to setup fail2ban to block unsuccessful login attempts to my Wallabag instance running in Docker. However, I do not seem to find where logs are being stored and how to access them from outside the instance (is this even possible?).

Any clues on this?

Thanks

blacktea1105 commented 2 years ago

Found log in /var/www/wallabag/var/logs/prod.log which contains Authentication failure record. But if using reverse proxy will get wrong IP. (And I found /var/log/nginx/access.log is empty)