Closed markwhitey closed 9 months ago
version: '3.3' services: pandoranext-helper: image: q11391/pandora-next-helper container_name: PandoraNext-Helper restart: always network_mode: bridge ports: - "8182:8182" volumes: - <YOUR_PANDORA_NEXT_PATH>:/data environment: - PANDORA_NEXT_DOMAIN=<YOUR_PANDORA_NEXT_DOMAIN>
感谢,我会加进去这个