changedetection: wrap env in quotes
This commit is contained in:
parent
138ffe082a
commit
c9843f24ed
|
@ -21,7 +21,7 @@
|
||||||
container_name: browserless
|
container_name: browserless
|
||||||
shm_size: '2g'
|
shm_size: '2g'
|
||||||
environment:
|
environment:
|
||||||
- DEFAULT_LAUNCH_ARGS=[\"--window-size=1920,1080\"]
|
- "DEFAULT_LAUNCH_ARGS=[\"--window-size=1920,1080\"]"
|
||||||
ports:
|
ports:
|
||||||
- "3100:3000"
|
- "3100:3000"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue