Browse Source

更新 'docker-compose.yml'

master
886886 4 years ago
parent
commit
dc91f6f225
  1. 10
      docker-compose.yml

10
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
Loading…
Cancel
Save