Docker build script for Arch Linux base with Overseerr
100K+
Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem. Overseerr helps you find media you want to watch. With inline recommendations and suggestions, you will find yourself deeper and deeper in a rabbit hole of content you never knew you just had to have.
Latest development build of Overseerr from Arch Linux AUR.
docker run -d \
-p 5055:5055 \
--name=<container name> \
-v <path for config files>:/config \
-v /etc/localtime:/etc/localtime:ro \
-e HEALTHCHECK_COMMAND=<command> \
-e HEALTHCHECK_ACTION=<action> \
-e HEALTHCHECK_HOSTNAME=<hostname> \
-e UMASK=<umask for created files> \
-e PUID=<uid for user> \
-e PGID=<gid for user> \
binhex/arch-overseerr
Please replace all user variables in the above command defined by <> with the correct values.
http://<host ip>:5055
docker run -d \
-p 5055:5055 \
--name=overseerr \
-v /apps/docker/overseerr:/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-overseerr
User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-
id <username>
If you appreciate my work, then please consider buying me a beer :D
Content type
Image
Digest
sha256:3cb0789b5…
Size
671.2 MB
Last updated
7 months ago
docker pull binhex/arch-overseerr