callattendant-docker
Docker image of @thess's CallAttendant - for screening incoming phone calls and blocking spam
1.7K
This is a dockerized version of @thess's CallAttendant.
More document updates to come.
docker run --rm -it --device=/dev/ttyACM0 \
-v /volume1/docker/callattendant-docker/config:/app/config \
-p 8088:5000 \
-e TZ='America/Chicago' \
telnetdoogie/callattendant-docker:latest
services:
callattendant:
container_name: callattendant
image: telnetdoogie/callattendant-docker:latest
environment:
TZ: America/Chicago
devices:
- /dev/ttyACM0 # add your modem dev path here
volumes:
- /volume1/docker/callattendant/config:/app/config:rw
ports:
- 8088:5000
restart: unless-stopped
Content type
Image
Digest
sha256:d8dc578de…
Size
39.5 MB
Last updated
7 days ago
docker pull telnetdoogie/callattendant-docker:twilio