mirror of
https://github.com/hotio/website.git
synced 2026-01-09 07:53:23 +08:00
small tweaks to docker cli commands
This commit is contained in:
parent
1b8f19dd01
commit
6a1798fa7e
@ -32,7 +32,7 @@ title: hotio/autoscan
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name autoscan \
|
||||
--name="autoscan" \
|
||||
-p 3030:3030 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -30,7 +30,7 @@ title: hotio/base
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name base \
|
||||
--name="base" \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
-e UMASK=002 \
|
||||
|
||||
@ -32,7 +32,7 @@ title: hotio/bazarr
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name bazarr \
|
||||
--name="bazarr" \
|
||||
-p 6767:6767 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -31,7 +31,7 @@ title: hotio/caddy
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name caddy \
|
||||
--name="caddy" \
|
||||
-p 80:8080 \
|
||||
-p 443:8443 \
|
||||
-e PUID=1000 \
|
||||
|
||||
@ -29,7 +29,7 @@ title: hotio/cloudflareddns
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name cloudflareddns \
|
||||
--name="cloudflareddns" \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
-e UMASK=002 \
|
||||
|
||||
@ -31,7 +31,7 @@ title: hotio/doplarr
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name doplarr \
|
||||
--name="doplarr" \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
-e UMASK=002 \
|
||||
|
||||
@ -32,8 +32,8 @@ title: hotio/duplicacy
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name duplicacy \
|
||||
--hostname duplicacy \
|
||||
--name="duplicacy" \
|
||||
--hostname="duplicacy" \
|
||||
-p 3875:3875 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -32,7 +32,7 @@ title: hotio/jackett
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name jackett \
|
||||
--name="jackett" \
|
||||
-p 9117:9117 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -32,7 +32,7 @@ title: hotio/jellyfin
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name jellyfin \
|
||||
--name="jellyfin" \
|
||||
-p 8096:8096 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -33,7 +33,7 @@ title: hotio/lidarr
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name lidarr \
|
||||
--name="lidarr" \
|
||||
-p 8686:8686 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -35,8 +35,8 @@ title: hotio/mergerfs
|
||||
-v /<host_folder_branch_1>:/branch_1 \
|
||||
-v /<host_folder_branch_2>:/branch_2 \
|
||||
-v /<host_folder_mountpoint>:/mountpoint:shared \
|
||||
--cap-add SYS_ADMIN \
|
||||
--device /dev/fuse \
|
||||
--cap-add="SYS_ADMIN" \
|
||||
--device="/dev/fuse" \
|
||||
ghcr.io/hotio/mergerfs -o allow_other /branch_1:/branch_2 /mountpoint
|
||||
```
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@ title: hotio/nzbget
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name nzbget \
|
||||
--name="nzbget" \
|
||||
-p 6789:6789 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -32,7 +32,7 @@ title: hotio/nzbhydra2
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name nzbhydra2 \
|
||||
--name="nzbhydra2" \
|
||||
-p 5076:5076 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -31,7 +31,7 @@ title: hotio/plex
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name plex \
|
||||
--name="plex" \
|
||||
-p 32400:32400 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -33,7 +33,7 @@ title: hotio/prowlarr
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name prowlarr \
|
||||
--name="prowlarr" \
|
||||
-p 9696:9696 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -32,7 +32,7 @@ title: hotio/qbitmanage
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name qbitmanage \
|
||||
--name="qbitmanage" \
|
||||
-p 8080:8080 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -36,7 +36,7 @@ title: hotio/qbittorrent
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name qbittorrent \
|
||||
--name="qbittorrent" \
|
||||
-p 8080:8080 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -31,7 +31,7 @@ title: hotio/qui
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name qui \
|
||||
--name="qui" \
|
||||
-p 7476:7476 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -33,7 +33,7 @@ title: hotio/radarr
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name radarr \
|
||||
--name="radarr" \
|
||||
-p 7878:7878 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -31,7 +31,7 @@ title: hotio/requestrr
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name requestrr \
|
||||
--name="requestrr" \
|
||||
-p 4545:4545 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -32,7 +32,7 @@ title: hotio/rflood
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name rflood \
|
||||
--name="rflood" \
|
||||
-p 3000:3000 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -33,7 +33,7 @@ title: hotio/sabnzbd
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name sabnzbd \
|
||||
--name="sabnzbd" \
|
||||
-p 8080:8080 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -32,7 +32,7 @@ title: hotio/seerr
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name seerr \
|
||||
--name="seerr" \
|
||||
-p 5055:5055 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -32,7 +32,7 @@ title: hotio/sonarr
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name sonarr \
|
||||
--name="sonarr" \
|
||||
-p 8989:8989 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -32,7 +32,7 @@ title: hotio/stash
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name stash \
|
||||
--name="stash" \
|
||||
-p 9999:9999 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -32,7 +32,7 @@ title: hotio/tautulli
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name tautulli \
|
||||
--name="tautulli" \
|
||||
-p 8181:8181 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
@ -33,7 +33,7 @@ title: hotio/unpackerr
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name unpackerr \
|
||||
--name="unpackerr" \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
-e UMASK=002 \
|
||||
|
||||
@ -32,7 +32,7 @@ title: hotio/whisparr
|
||||
|
||||
```shell linenums="1"
|
||||
docker run --rm \
|
||||
--name whisparr \
|
||||
--name="whisparr" \
|
||||
-p 6969:6969 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user