diff --git a/docker-compose.yml b/docker-compose.yml index 3418b93..9615a76 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,13 +1,17 @@ version: '3' + services: + dns: + container_name: dns-nf + image: humorwang/v6dns:latest + network_mode: "host" netflix-unlock: container_name: un-nf image: nginx - ports: - - 8443:443 + 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 + - /data/NFNginx/logs:/www/wwwlogs \ No newline at end of file