fix: add Docker named volume for persistent data

This commit is contained in:
admin 2026-08-03 14:21:57 +00:00
parent 156c81f230
commit c747e9da63

View file

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