/alfis_service

Image maintained by @dkushche with https://github.com/Revertron/Alfis project inside

Primary LanguageDockerfileMIT LicenseMIT

Alfis Service Image

Create and publish a Alfis Docker image

Alfis DNS docker image. Container reads and stores configs and logs in /mnt/storage directory. You could manipulate these files if mount the directory on the host.

Docker compose entry example:

alfis:
    build: .
    image: alfis_resolver_image
    container_name: alfis_resolver_container
    ports:
    - "53:53"
    volumes:
    - type: bind
      source: ./storage/alfis
      target: /mnt/storage