1 changed files with 7 additions and 3 deletions
@ -1,13 +1,17 @@ |
|||||
version: '3' |
version: '3' |
||||
|
|
||||
services: |
services: |
||||
|
dns: |
||||
|
container_name: dns-nf |
||||
|
image: humorwang/v6dns:latest |
||||
|
network_mode: "host" |
||||
netflix-unlock: |
netflix-unlock: |
||||
container_name: un-nf |
container_name: un-nf |
||||
image: nginx |
image: nginx |
||||
ports: |
network_mode: "host" |
||||
- 8443:443 |
|
||||
privileged: true |
privileged: true |
||||
volumes: |
volumes: |
||||
- /data/NFNginx/conf/nginx.conf:/etc/nginx/nginx.conf |
- /data/NFNginx/conf/nginx.conf:/etc/nginx/nginx.conf |
||||
- /data/NFNginx/conf/unlock.conf:/etc/nginx/unlock.conf |
- /data/NFNginx/conf/unlock.conf:/etc/nginx/unlock.conf |
||||
- /data/NFNginx/conf/ipwhitelist.conf:/etc/nginx/ipwhitelist.conf |
- /data/NFNginx/conf/ipwhitelist.conf:/etc/nginx/ipwhitelist.conf |
||||
- /data/NFNginx/logs:/www/wwwlogs |
- /data/NFNginx/logs:/www/wwwlogs |
||||
Loading…
Reference in new issue