feat: add compatible Trojan manager image
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
docker stop trojan || true
|
||||
docker rename trojan trojan-failed-"$(date +%s)" || true
|
||||
docker rename trojan-legacy trojan
|
||||
docker start trojan
|
||||
echo "Legacy container restored. Verify ports 8443 and 8081."
|
||||
Reference in New Issue
Block a user