fix: remove volume mount — it overwrites container /opt/wallarm
This commit is contained in:
parent
a906b21b99
commit
3037f5f8ef
1 changed files with 0 additions and 1 deletions
|
|
@ -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} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue