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

@@ -24,7 +24,7 @@ docker run -d \
{% endtab %} {% endtab %}
{% tab title="UID/GID" %} {% tab title="UID/GID" %}
``` ```text
docker run -d \ docker run -d \
--user=[ user | user:group | uid | uid:gid | user:gid | uid:group ] \ --user=[ user | user:group | uid | uid:gid | user:gid | uid:group ] \
-e LOG_LEVEL=info \ -e LOG_LEVEL=info \
@@ -37,7 +37,7 @@ docker run -d \
{% endtab %} {% endtab %}
{% tab title="Manual Update" %} {% tab title="Manual Update" %}
``` ```text
# Stop the Overseerr container # Stop the Overseerr container
docker stop overseerr docker stop overseerr