1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

fix(UI) EE-1657 Fix the agent version number in the UI (#5619)

Co-authored-by: Simon Meng <simon.meng@portainer.io>
This commit is contained in:
cong meng 2021-09-17 17:22:21 +12:00 committed by GitHub
parent 53a2205f06
commit 9121e8e69c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -283,7 +283,7 @@ docker run -d \\
-e CAP_HOST_MANAGEMENT=1 \\ -e CAP_HOST_MANAGEMENT=1 \\
-e EDGE_INSECURE_POLL=${allowSelfSignedCerts ? 1 : 0} \\ -e EDGE_INSECURE_POLL=${allowSelfSignedCerts ? 1 : 0} \\
--name portainer_edge_agent \\ --name portainer_edge_agent \\
portainer/agent:2.4.0`; portainer/agent`;
} }
function buildWindowsStandaloneCommand(edgeId, edgeKey, allowSelfSignedCerts) { function buildWindowsStandaloneCommand(edgeId, edgeKey, allowSelfSignedCerts) {