Files
umbrix-libcore/docker/docker-compose.yml
2024-09-29 17:45:54 +02:00

12 lines
320 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"]