services: deeplx: image: ghcr.io/owo-network/deeplx:latest container_name: deeplx restart: always ports: - "1188:1188" environment: - TOKEN=TOEKN
环境变量:
- TOKEN: 如果部署到公网最好加上
services: deeplx: image: ghcr.io/owo-network/deeplx:latest container_name: deeplx restart: always ports: - "1188:1188" environment: - TOKEN=TOEKN
环境变量: