cleardevice / docker-asterisk-latest-pjsip-fail2ban

Docker image with latest Asterisk with Pjsip and Fail2ban
MIT License
14 stars 5 forks source link

BROKEN #2

Open nafg opened 6 years ago

nafg commented 6 years ago
$ docker run --rm cleardevice/docker-asterisk-latest-pjsip-fail2ban
rm: cannot remove '/var/run/fail2ban/fail2ban.sock': No such file or directory
 * Restarting authentication failure monitor fail2ban
ERROR  No file(s) found for glob /var/log/asterisk/messages
ERROR  Failed during configuration: Have not found any log file for asterisk-iptables jail
   ...fail!
/start.sh: 4: /start.sh: /usr/sbin/asterisk: not found

$ docker run --rm cleardevice/docker-asterisk-latest-pjsip-fail2ban bash -c "find / -name asterisk"
/etc/asterisk
nafg commented 6 years ago

I've used this very happily in the past. Unfortunately there are no version tags (only latest), so I'm really stuck.

nafg commented 6 years ago

Hallo?