install-script icon indicating copy to clipboard operation
install-script copied to clipboard

final solution for tp-core's crash

Open netsupcloud opened this issue 2 years ago • 0 comments

cd docker cp trojan-panel-core:/ ./tpcore cd tpcore/tpdata/trojan-panel-core/ docker stop trojan-panel-core

./trojan-panel-core -host=127.0.0.1 -port=9507 -user=xxxxx -password=xxxxxxxx-database=trojan_panel_db -accountTable=account -redisHost=127.0.0.1 -redisPort=6378 -redisPassword=xxxx -crtPath=/tpdata/cert/xx.xxxx.xxx.crt -keyPath=/tpdata/cert/xx.xxxx.xxx.key -grpcPort=8100 -serverPort=8082

and made 2 services as i mentioned here: https://github.com/trojanpanel/install-script/issues/353#issuecomment-1913159228

netsupcloud avatar Jan 25 '24 19:01 netsupcloud