About

The compose file references the image docker.internal:5000/radius-macacl:latest that does not exist publicly because the image was built using the provided radius-macacl Dockerfile.

Source

version: '3.8'
services:
  radius-macacl:
    image: docker.internal:5000/radius-macacl:latest
    user: root
    ports:
      - 1812:1812
      - 1813:1813
      - 1812:1812/udp
      - 1813:1813/udp
    volumes:
      - /mnt/docker/data/radius-macacl:/data
    deploy:
      labels:
        - shepherd.enable=true
        - shepherd.auth.config=local
      replicas: 1
      placement:
        max_replicas_per_node: 1
    logging:
      driver: gelf
      options:
        gelf-address: udp://docker.internal:12201
        tag: radius-macacl