fix: docker issues

This commit is contained in:
hiddify
2024-09-29 17:13:45 +02:00
parent 7834d35dbe
commit bd030c5c6b
3 changed files with 10 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ services:
image: ghcr.io/hiddify/hiddify-next-core/cli:latest
network_mode: host
environment:
CONFIG: "https://raw.githubusercontent.com/ircfspace/warpsub/main/export/warp#WARP%20(IRCF)"
CONFIG: "https://github.com/hiddify/hiddify-next/raw/refs/heads/main/test.configs/warp"
volumes:
- ./hiddify.json:/hiddify/hiddify.json
command: ["/opt/hiddify.sh"]