docs(docker): replace backslashes by backticks in windows docker run commands [skip-ci] (#2557)

This commit is contained in:
0xsysr3ll
2026-03-16 16:17:38 +01:00
committed by GitHub
parent 6c52a2f3ad
commit 40e02bba6a
4 changed files with 103 additions and 35 deletions

View File

@@ -230,7 +230,7 @@ You can now access Seerr by visiting `http://localhost:5055` in your web browser
<TabItem value="task-scheduler" label="Task Scheduler">
To run seerr as a bat script:
1. Create a file named `start-seerr.bat` in the seerr directory:
```bat
```batch
@echo off
set PORT=5055
set NODE_ENV=production