Skip to content

dkushche/alfis_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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