docs: add docker name argument to run command example (#1069) [skip ci]

This commit is contained in:
cron410
2021-03-09 20:28:10 -05:00
committed by GitHub
parent 75011610e5
commit dbea4f0194
2 changed files with 3 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ Currently, Overseerr is primarily distributed as Docker images. If you have Dock
```
docker run -d \
--name overseerr \
-e LOG_LEVEL=info \
-e TZ=Asia/Tokyo \
-p 5055:5055 \