fix running viewer-sync error on docker deploy

This commit is contained in:
2026-05-19 19:44:01 +03:30
parent da19b6a8a2
commit cdb89d3287
2 changed files with 1 additions and 1 deletions

View File

@@ -131,7 +131,6 @@ case "$role" in
;;
viewer-sync)
exec gosu www-data php artisan streaming:sync-viewer-counts \
--isolated \
--interval="${STREAMING_VIEWER_SYNC_INTERVAL:-2}"
;;
artisan)