From c9843f24edf3f1fa902242a04e07e0b02b8c08f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 11 Jan 2023 12:13:01 +0100 Subject: [PATCH] changedetection: wrap env in quotes --- changedetection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetection.yml b/changedetection.yml index ef6aa8a..4c689e1 100644 --- a/changedetection.yml +++ b/changedetection.yml @@ -21,7 +21,7 @@ container_name: browserless shm_size: '2g' environment: - - DEFAULT_LAUNCH_ARGS=[\"--window-size=1920,1080\"] + - "DEFAULT_LAUNCH_ARGS=[\"--window-size=1920,1080\"]" ports: - "3100:3000" restart: unless-stopped