From 3037f5f8ef737f4a3242375568a1f23dc7f1d9ab Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 3 Aug 2026 13:32:03 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20volume=20mount=20=E2=80=94=20it?= =?UTF-8?q?=20overwrites=20container=20/opt/wallarm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/deploy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/deploy.py b/python/deploy.py index 5dfd46b..6f66cef 100644 --- a/python/deploy.py +++ b/python/deploy.py @@ -58,7 +58,6 @@ def deploy_container(name, token, cloud, port, upstream_ip, upstream_port, label --restart unless-stopped \ -p {port}:{port} \ -p {monitoring_port}:{monitoring_port} \ - -v /opt/wallarm-{name}:/opt/wallarm \ -e WALLARM_API_TOKEN={token} \ -e WALLARM_API_HOST={api_host} \ -e WALLARM_MODE={mode} \