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

@@ -15,6 +15,7 @@ After running Overseerr for the first time, configure it by visiting the web UI
```bash
docker run -d \
--name overseerr \
-e LOG_LEVEL=info \
-e TZ=Asia/Tokyo \
-p 5055:5055 \
@@ -53,6 +54,7 @@ services:
```text
docker run -d \
--name overseerr \
--user=[ user | user:group | uid | uid:gid | user:gid | uid:group ] \
-e LOG_LEVEL=info \
-e TZ=Asia/Tokyo \