When I try to clone this repo, and build/run the image locally, the below error message continues to print. I can pull the image directly from the Docker registry and run it successfully, though.

(The errors print forever....)
Here's what my docker-compose.yml looks like for this image:
services:
stun:
build:
# The below dir contains the repo
context: ./docker-turnserver
container_name: stun
ports:
- 3478:3478
- 3478:3478/udp
network_mode: host
restart: on-failure:10
environment:
- SKIP_AUTO_IP=true
When I try to clone this repo, and build/run the image locally, the below error message continues to print. I can pull the image directly from the Docker registry and run it successfully, though.
(The errors print forever....)
Here's what my docker-compose.yml looks like for this image: