Add stop script

This commit is contained in:
2026-03-09 12:56:28 +08:00
parent dd95b3c096
commit 82ee46e145

3
stop.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker-compose down
echo "✓ Gitea 已停止"