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.
13 lines
380 B
13 lines
380 B
version: '3'
|
|
services:
|
|
netflix-unlock:
|
|
container_name: un-nf
|
|
image: nginx
|
|
ports:
|
|
- 8443:443
|
|
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
|
|
|