Skip to content

Cannot build/run image locally #7

@saidmasoud

Description

@saidmasoud

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.

image
(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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions