Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 677 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 677 Bytes

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