mirror of
https://github.com/tubearchivist/docs.git
synced 2024-11-14 16:10:12 +00:00
Added custom Redis port to Unraid install (#21)
* Add files via upload * Update unraid.md * Add files via upload * Update unraid.md added custom Redis port for unraid install * Update unraid.md
This commit is contained in:
parent
18f0ae3366
commit
bbb63b145c
BIN
mkdocs/docs/assets/unraid_redis_port.png
Normal file
BIN
mkdocs/docs/assets/unraid_redis_port.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -13,6 +13,7 @@ Tube Archivist, and all if it's dependencies are located in the [community appli
|
|||||||
This is the easiest container to setup of the thee, just make sure that you do not have any port conflicts, and that your `/data` is mounted to the correct path. The other containers will map to the same root directory (/mnt/user/appdata/TubeArchivist).
|
This is the easiest container to setup of the thee, just make sure that you do not have any port conflicts, and that your `/data` is mounted to the correct path. The other containers will map to the same root directory (/mnt/user/appdata/TubeArchivist).
|
||||||
|
|
||||||
If you need to install `TubeArchivist-RedisJSON`on a different port, you'll have to follow [these steps](docker-compose.md#redis-on-a-custom-port) later on when installing the `TubeArchivist` container.
|
If you need to install `TubeArchivist-RedisJSON`on a different port, you'll have to follow [these steps](docker-compose.md#redis-on-a-custom-port) later on when installing the `TubeArchivist` container.
|
||||||
|
If you're running into port collision, recreate the steps outline in the [docker compose installation instructions.](https://docs.tubearchivist.com/installation/docker-compose/#redis-on-a-custom-port)
|
||||||
|
|
||||||
Make sure and start Redis and the ElasticSearch containers approximately one minute before starting `TubeArchivist`
|
Make sure and start Redis and the ElasticSearch containers approximately one minute before starting `TubeArchivist`
|
||||||
|
|
||||||
@ -50,6 +51,8 @@ It's finally time to set up TubeArchivist!
|
|||||||
- `TA Password:`This will be your password for TubeArchivist.
|
- `TA Password:`This will be your password for TubeArchivist.
|
||||||
|
|
||||||
- `Redis` This will be JUST the ip address of your redis container.
|
- `Redis` This will be JUST the ip address of your redis container.
|
||||||
|
- If you want to host Redis on a differnt port than the default 6379, simply add a new a new variable as show below.
|
||||||
|
![TubeArchivist](../assets/unraid_redis_port.png)
|
||||||
|
|
||||||
- `ElasticSearch Password:`This is the password you defined in the `TubeArchivist-ES` container.
|
- `ElasticSearch Password:`This is the password you defined in the `TubeArchivist-ES` container.
|
||||||
- `ElasticSearch:` This seems to cause some confusion, but it's a pretty simple step, just replace the IP and Port to match you `TubeArchivist-ES` container.
|
- `ElasticSearch:` This seems to cause some confusion, but it's a pretty simple step, just replace the IP and Port to match you `TubeArchivist-ES` container.
|
||||||
|
Loading…
Reference in New Issue
Block a user