You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
470 B
17 lines
470 B
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
|