Hi there!
I've tried to run asterisk with the provided docker-compose template:
services:
asterisk:
image: andrius/asterisk:stable
ports:
- "5060:5060/udp"
- "10000-20000:10000-20000/udp"
volumes:
- ./config:/etc/asterisk
- ./asterisk-data:/var/lib/asterisk
restart: no
For some reason the container starts filling the 8GB memory of the pi5 nearly instant. This leads to whole system crashes due to fully allocated memory. Does anybody have an idea how to fix that? I have tried it with the latest and stable tags.
Cheers!
Hi there!
I've tried to run asterisk with the provided docker-compose template:
For some reason the container starts filling the 8GB memory of the pi5 nearly instant. This leads to whole system crashes due to fully allocated memory. Does anybody have an idea how to fix that? I have tried it with the latest and stable tags.
Cheers!