Files
umbrix-libcore/docker/docker-compose.yml

12 lines
320 B
YAML
Raw Normal View History

2024-03-19 17:07:11 +01:00
version: '3.8'
services:
hiddify:
2024-09-29 17:45:54 +02:00
image: ghcr.io/hiddify/hiddify-core:latest
2024-08-21 00:43:40 +03:30
network_mode: host
2024-03-19 17:07:11 +01:00
environment:
2024-09-29 17:13:45 +02:00
CONFIG: "https://github.com/hiddify/hiddify-next/raw/refs/heads/main/test.configs/warp"
2024-03-19 17:07:11 +01:00
volumes:
2024-08-21 00:33:59 +03:30
- ./hiddify.json:/hiddify/hiddify.json
2024-03-19 17:07:11 +01:00
command: ["/opt/hiddify.sh"]