GitBook: [develop] 5 pages modified

This commit is contained in:
sct
2020-12-27 10:28:50 +00:00
committed by gitbook-bot
parent 30ed82e155
commit d2620281bf
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -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!?!