diff --git a/apps/neko-firefox/3.0.6/data.yml b/apps/neko-firefox/3.0.6/data.yml index a8cc519a6..97f8f44ea 100644 --- a/apps/neko-firefox/3.0.6/data.yml +++ b/apps/neko-firefox/3.0.6/data.yml @@ -10,7 +10,7 @@ additionalProperties: type: number - default: "56000-56100" edit: true - envKey: NEKO_WEBRTC_EPR + envKey: PANEL_APP_PORT_WEBRTC_EPR labelZh: WebRTC 端口范围 labelEn: WebRTC port range required: true diff --git a/apps/neko-firefox/3.0.6/docker-compose.yml b/apps/neko-firefox/3.0.6/docker-compose.yml index 633c9b388..034b3e4ae 100644 --- a/apps/neko-firefox/3.0.6/docker-compose.yml +++ b/apps/neko-firefox/3.0.6/docker-compose.yml @@ -16,13 +16,14 @@ services: - 1panel-network ports: - ${PANEL_APP_PORT_HTTP}:8080 - - ${NEKO_WEBRTC_EPR}:${NEKO_WEBRTC_EPR} - - ${NEKO_WEBRTC_EPR}:${NEKO_WEBRTC_EPR}/udp + - ${PANEL_APP_PORT_WEBRTC_EPR}:${PANEL_APP_PORT_WEBRTC_EPR} + - ${PANEL_APP_PORT_WEBRTC_EPR}:${PANEL_APP_PORT_WEBRTC_EPR}/udp env_file: - ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env} - ${ENV_FILE:-/etc/1panel/envs/default.env} environment: - TZ=Asia/Shanghai + - NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR} - NEKO_WEBRTC_NAT1TO1=127.0.0.1 - NEKO_WEBRTC_ICELITE=1 - NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip