version: '3' services: dns: container_name: dns-nf image: humorwang/v6dns:latest network_mode: "host" netflix-unlock: container_name: un-nf image: nginx network_mode: "host" privileged: true volumes: - /data/NFNginx/conf/nginx.conf:/etc/nginx/nginx.conf - /data/NFNginx/conf/unlock.conf:/etc/nginx/unlock.conf - /data/NFNginx/conf/ipwhitelist.conf:/etc/nginx/ipwhitelist.conf - /data/NFNginx/logs:/www/wwwlogs