From d1b197799883138c561d2e7df47f9486979fff74 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Mon, 4 Sep 2023 16:16:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20discuz=20=E5=A2=9E=E5=8A=A0=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/discuz/3.4/scripts/uninstall.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/discuz/3.4/scripts/uninstall.sh diff --git a/apps/discuz/3.4/scripts/uninstall.sh b/apps/discuz/3.4/scripts/uninstall.sh new file mode 100644 index 00000000..1a62d5e5 --- /dev/null +++ b/apps/discuz/3.4/scripts/uninstall.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +docker-compose down --volumes \ No newline at end of file