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} \