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

pull/1139/head
cron410 4 years ago committed by GitHub
parent 75011610e5
commit dbea4f0194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 \

@ -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 \

Loading…
Cancel
Save