GitBook: [develop] 5 pages modified

pull/519/head
sct 3 years ago committed by gitbook-bot
parent 30ed82e155
commit d2620281bf
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

@ -1,7 +1,7 @@
# Installation
{% hint style="danger" %}
Overseerr is currently under very heavy, rapid development and things are likely to break often. We need all the help we can get to find bugs and get them fixed to hit a more stable release. If you would like to help test the bleeding edge, please use the image **`sctx/overseerr:develop`** instead!
Overseerr is currently under very heavy, rapid development and things are likely to break often. We need all the help we can get to find bugs and get them fixed to hit a more stable release. If you would like to help test the bleeding edge, please use the image **`sctx/overseerr:develop`** instead!
{% endhint %}
{% hint style="info" %}
@ -24,7 +24,7 @@ docker run -d \
{% endtab %}
{% tab title="UID/GID" %}
```
```text
docker run -d \
--user=[ user | user:group | uid | uid:gid | user:gid | uid:group ] \
-e LOG_LEVEL=info \
@ -37,7 +37,7 @@ docker run -d \
{% endtab %}
{% tab title="Manual Update" %}
```
```text
# Stop the Overseerr container
docker stop overseerr

@ -82,7 +82,7 @@ Perform these steps to verify the media item has a guid Overseerr can match.
### I approved a requested movie and radarr didn't search for it!
**A:** Check your minimum availability in radarr. If an added item does not meet the minimum availability, no search will be performed. Also verify that radarr did not search for it by checking the radarr logs. Lastly, verify the item was not already being monitored by radarr. Currently there is no state sync with radarr.
**A:** Check your minimum availability in radarr. If an added item does not meet the minimum availability, no search will be performed. Also verify that radarr did not search for it by checking the radarr logs. Lastly, verify the item was not already being monitored by radarr. Currently there is no state sync with radarr.
### Help! My request still shows "requested" even though it's in Plex!?!

Loading…
Cancel
Save