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