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

12 lines
334 B
YAML
Raw Normal View History

2024-03-19 17:07:11 +01:00
version: '3.8'
services:
hiddify:
image: ghcr.io/hiddify/hiddify-next-core/cli:latest
2024-08-21 00:43:40 +03:30
network_mode: host
2024-03-19 17:07:11 +01:00
environment:
CONFIG: "https://raw.githubusercontent.com/ircfspace/warpsub/main/export/warp#WARP%20(IRCF)"
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"]