feat 可配置服务端口 && 支持ipv6

This commit is contained in:
jxxghp
2023-07-22 22:03:27 +08:00
parent 606da355d2
commit 88a0d63198
4 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,7 @@ http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
listen 3000;
listen [::]:${NGINX_PORT};
server_name moviepilot;
location / {