1
0
Fork 0

changedetection: wrap env in quotes

This commit is contained in:
Lukáš Kucharczyk 2023-01-11 12:13:01 +01:00
parent 138ffe082a
commit c9843f24ed
1 changed files with 1 additions and 1 deletions

View File

@ -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