hi-client/libcore/docker/docker-compose.yml
2025-10-27 22:15:25 +08:00

12 lines
309 B
YAML

version: '3.8'
services:
hiddify:
image: ghcr.io/hiddify/hiddify-core:latest
network_mode: host
environment:
CONFIG: "https://github.com/hiddify/hiddify-next/raw/refs/heads/main/test.configs/warp"
volumes:
- ./hiddify.json:/hiddify/hiddify.json
command: ["/opt/hiddify.sh"]