From aef89011a8d1a4740f43443bdbc2ca295d6a072f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 21 May 2023 10:15:01 +0200 Subject: [PATCH] Update config.json --- portainer_agent/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portainer_agent/config.json b/portainer_agent/config.json index 1bd9b11ee..67d977aa6 100644 --- a/portainer_agent/config.json +++ b/portainer_agent/config.json @@ -17,7 +17,7 @@ "ssl" ], "name": "portainer_agent", - "options": } + "options": { "PORTAINER_AGENT_ARGS": "" }, "ports": { @@ -39,6 +39,7 @@ "EDGE_INACTIVITY_TIMEOUT": "str?", "EDGE_INSECURE_POLL": "list(0|1)?", "EDGE_KEY": "str?", + "PORTAINER_AGENT_ARGS": "str?", "LOG_LEVEL": "str?" }, "slug": "portainer_agent",