fix: fix gpt4free version

This commit is contained in:
arch3rPro
2025-09-02 00:20:18 +08:00
parent c5e3900d86
commit e08b0a2a48
2 changed files with 0 additions and 13 deletions

View File

@@ -22,14 +22,3 @@ additionalProperties:
required: true required: true
rule: paramPort rule: paramPort
type: number type: number
- default: 7900
envKey: PANEL_APP_PORT_REMOTE
labelEn: Remote Desktop Port
labelZh: 远程桌面端口
label:
en: Remote Desktop Port
zh: 远程桌面端口
zh-Hant: 遠程桌面埠
required: true
rule: paramPort
type: number

View File

@@ -5,14 +5,12 @@ services:
restart: always restart: always
networks: networks:
- 1panel-network - 1panel-network
shm_size: 2gb
volumes: volumes:
- ./har_and_cookies:/app/har_and_cookies - ./har_and_cookies:/app/har_and_cookies
- ./generated_media:/app/generated_media - ./generated_media:/app/generated_media
ports: ports:
- ${PANEL_APP_PORT_HTTP}:8080 - ${PANEL_APP_PORT_HTTP}:8080
- ${PANEL_APP_PORT_API}:8080 - ${PANEL_APP_PORT_API}:8080
- ${PANEL_APP_PORT_REMOTE}:7900
environment: environment:
- OLLAMA_HOST=host.docker.internal - OLLAMA_HOST=host.docker.internal
labels: labels: