Skip to content

Commit

Permalink
add port range for supporting other protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Nov 17, 2024
1 parent 1dd94eb commit faf337b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ services:

#specific version
#image: ghcr.io/hiddify/hiddify-manager:v10.80.0
network_mode: "host"

ports:
- 443:443
- 80:80
- "11000-60000" #for custom protocols like hysteria tuic wiregaurd
privileged: true
cap_add:
- NET_ADMIN
Expand Down
1 change: 1 addition & 0 deletions docker-init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

mkdir /hiddify-data/ssl/
rm -rf /opt/hiddify-manager/log/*.lock
./apply_configs.sh --no-gui
./status.sh --no-gui

Expand Down

0 comments on commit faf337b

Please sign in to comment.