diff --git a/python/deploy.py b/python/deploy.py index 7da5bc0..99c75ec 100644 --- a/python/deploy.py +++ b/python/deploy.py @@ -57,6 +57,7 @@ def deploy_container(name, token, cloud, port, upstream_ip, upstream_port, label --name {container} \ --restart unless-stopped \ -p {port}:{port} \ + -v wallarm-data-{name}:/opt/wallarm \ -p {monitoring_port}:{monitoring_port} \ -e WALLARM_API_TOKEN={token} \ -e WALLARM_API_HOST={api_host} \