fix: remove volume mount — it overwrites container /opt/wallarm

This commit is contained in:
admin 2026-08-03 13:32:03 +00:00
parent a906b21b99
commit 3037f5f8ef

View file

@ -58,7 +58,6 @@ def deploy_container(name, token, cloud, port, upstream_ip, upstream_port, label
--restart unless-stopped \ --restart unless-stopped \
-p {port}:{port} \ -p {port}:{port} \
-p {monitoring_port}:{monitoring_port} \ -p {monitoring_port}:{monitoring_port} \
-v /opt/wallarm-{name}:/opt/wallarm \
-e WALLARM_API_TOKEN={token} \ -e WALLARM_API_TOKEN={token} \
-e WALLARM_API_HOST={api_host} \ -e WALLARM_API_HOST={api_host} \
-e WALLARM_MODE={mode} \ -e WALLARM_MODE={mode} \