Update wrapper/docker-compose.yml

This commit is contained in:
frarol96 2025-08-16 05:47:18 +00:00
parent 34a4582791
commit abc2dcc2b6

View File

@ -7,7 +7,7 @@ services:
dockerfile: dockerfile
# set to 1 to bake Playwright + Chromium into the image
args:
WITH_PLAYWRIGHT: ${WITH_PLAYWRIGHT:1}
WITH_PLAYWRIGHT: ${WITH_PLAYWRIGHT:-1}
container_name: shaiwatcher
restart: unless-stopped