File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11services :
22 hiddify :
33 # only for local build and development
4- build : .
4+ # build: .
55
66 # latest release version
77 # image: ghcr.io/hiddify/hiddify-manager:latest
@@ -10,7 +10,7 @@ services:
1010 # image: ghcr.io/hiddify/hiddify-manager:beta
1111
1212 # latest build of current development
13- # image: ghcr.io/hiddify/hiddify-manager:dev
13+ image : ghcr.io/hiddify/hiddify-manager:dev
1414
1515 # specific version
1616 # image: ghcr.io/hiddify/hiddify-manager:v10.80.0
Original file line number Diff line number Diff line change 22
33mkdir /hiddify-data/ssl/
44rm -rf /opt/hiddify-manager/log/* .lock
5- ./apply_configs.sh --no-gui
5+ cd $( dirname -- " $0 " )
6+ DO_NOT_INSTALL=true ./install.sh install-docker --no-gui $@
67./status.sh --no-gui
78
89echo Hiddify is started!!!! in 5 seconds you will see the system logs
You can’t perform that action at this time.
0 commit comments