Skip to content

Commit b82df19

Browse files
committed
chore(docs): update docs
1 parent 51d200e commit b82df19

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ services:
9797
- /home/username/docker/DUMB/plex_debrid:/plex_debrid/config ## Location for plex_debrid data
9898
- /home/username/docker/DUMB/cli_debrid:/cli_debrid/data ## Location for cli_debrid data
9999
- /home/username/docker/DUMB/phalanx_db:/phalanx_db/data ## Location for phalanx_db data
100-
- /home/username/docker/DMB/decypharr:/decypharr ## Location for decypharr data
100+
- /home/username/docker/DUMB/decypharr:/decypharr ## Location for decypharr data
101101
- /home/username/docker/DUMB/plex:/plex ## Location for plex data
102102
environment:
103103
- TZ=
@@ -108,12 +108,12 @@ services:
108108
- RIVEN_FRONTEND_ENV_ORIGIN=http://0.0.0.0:3000 ## See Riven documentation for more details
109109
# network_mode: container:gluetun ## Example to attach to gluetun vpn container if realdebrid blocks IP address
110110
ports:
111-
- "3005:3005" ## DMB Frontend
112-
- "3000:3000" ## Riven Frontend
113-
- "5050:5050" ## pgAdmin 4
114-
- "5000:5000" ## CLI Debrid Frontend
115-
- "8282:8282" ## Decypharr Frontend
116-
- "32400:32400" ## Plex Media Server
111+
- "3005:3005" ## DMB Frontend
112+
- "3000:3000" ## Riven Frontend
113+
- "5050:5050" ## pgAdmin 4
114+
- "5000:5000" ## CLI Debrid Frontend
115+
- "8282:8282" ## Decypharr Frontend
116+
- "32400:32400" ## Plex Media Server
117117
devices:
118118
- /dev/fuse:/dev/fuse:rwm
119119
- /dev/dri:/dev/dri

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- /home/username/docker/DUMB/plex_debrid:/plex_debrid/config ## Location for plex_debrid data
1919
- /home/username/docker/DUMB/cli_debrid:/cli_debrid/data ## Location for cli_debrid data
2020
- /home/username/docker/DUMB/phalanx_db:/phalanx_db/data ## Location for phalanx_db data
21-
- /home/username/docker/DMB/decypharr:/decypharr ## Location for decypharr data
21+
- /home/username/docker/DUMB/decypharr:/decypharr ## Location for decypharr data
2222
- /home/username/docker/DUMB/plex:/plex ## Location for plex data
2323
environment:
2424
- TZ=
@@ -29,11 +29,11 @@ services:
2929
- RIVEN_FRONTEND_ENV_ORIGIN=http://0.0.0.0:3000 ## See Riven documentation for more details
3030
# network_mode: container:gluetun ## Example to attach to gluetun vpn container if realdebrid blocks IP address
3131
ports:
32-
- "3005:3005" ## DMB Frontend
33-
- "3000:3000" ## Riven Frontend
34-
- "5050:5050" ## pgAdmin 4
35-
- "5000:5000" ## CLI Debrid Frontend
36-
- "8282:8282" ## Decypharr Frontend
32+
- "3005:3005" ## DMB Frontend
33+
- "3000:3000" ## Riven Frontend
34+
- "5050:5050" ## pgAdmin 4
35+
- "5000:5000" ## CLI Debrid Frontend
36+
- "8282:8282" ## Decypharr Frontend
3737
- "3005:3005" ## DMB Frontend
3838
- "3000:3000" ## Riven Frontend
3939
- "5050:5050" ## pgAdmin 4

0 commit comments

Comments
 (0)