changedetection: wrap env in quotes
This commit is contained in:
parent
138ffe082a
commit
c9843f24ed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue