About

The compose file references the image docker.internal:5000/airdcpp:2.12.1 that does not exist publicly because the image was built using the provided airdcpp Dockerfile.

Source

version: '3.9'
services:
  airdcpp:
    image: docker.internal:5000/airdcpp:2.12.1
    ports:
      - 5600:5600
      - 21249:21249
      - 21248:21248
      - 21248:21248/udp
    environment:
      - TCP_PORT=21248
      - UDP_PORT=21248
      - TLS_PORT=21249
      - HTTP_PORT=5600
    volumes:
      - /mnt/swarm/docker/data/airdcpp/config:/.airdcpp
      - /mnt/swarm/docker/data/airdcpp/share:/Share/
      - /mnt/swarm/downloads:/Downloads/
    deploy:
      labels:
        - shepherd.enable=true
        - shepherd.auth.config=docker
      replicas: 1
      placement:
        max_replicas_per_node: 1