From 08dc5b8a9a9cedc6b66550e1a7c5caf1413ae6d1 Mon Sep 17 00:00:00 2001 From: lamusmaser Date: Fri, 19 May 2023 21:17:26 -0600 Subject: [PATCH] Fix grammar mistake. Change `HOST_GID` to 0. Add new section to start Upgrade details. --- mkdocs/docs/installation/synology.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mkdocs/docs/installation/synology.md b/mkdocs/docs/installation/synology.md index 162fcdf..b6a229e 100644 --- a/mkdocs/docs/installation/synology.md +++ b/mkdocs/docs/installation/synology.md @@ -162,12 +162,12 @@ Once all of the folders have been created, it should have a folder structure wit 9. In the **Port Settings** tab, replace the "Auto" entry under **Local Port** with the port that will be used to connect to TubeArchivist (default is 8000). 10. In the **Links** tab, select the "tubearchivist-es" container from the **Container Name** dropdown and provide it the same alias, "tubearchivist-es". 11. In the **Links** tab, select the "tubearchivist-redis" container from the **Container Name** dropdown and provide it the same alias, "tubearchivist-redis". - 12. In the **Environment** tab, add in the following TubeArchivist specific environment variables that may apply. **Change the variables as-is appropriate to your use case. Follow the [README section](https://github.com/tubearchivist/tubearchivist#tube-archivist) for details on what to set each variable.** + 12. In the **Environment** tab, add in the following TubeArchivist specific environment variables that may apply. **Change the variables as is appropriate to your use case. Follow the [README section](https://github.com/tubearchivist/tubearchivist#tube-archivist) for details on what to set each variable.** - `TA_HOST=synology.local` - `ES_URL=http://tubearchivist-es:9200` - `REDIS_HOST=tubearchivist-redis` - `HOST_UID=1000` - - `HOST_GID=1000` + - `HOST_GID=0` - `TA_USERNAME=tubearchivist` - `TA_PASSWORD=verysecret` - `ELASTIC_PASSWORD=verysecret` @@ -190,4 +190,7 @@ Once all of the folders have been created, it should have a folder structure wit **From there, you should be able to start up your containers and you're good to go!** -If you're still having trouble, join us on [discord](https://www.tubearchivist.com/discord) and come to the #support channel. +### Synology Docker Upgrade + + +If you're still having trouble, join us on [discord](https://www.tubearchivist.com/discord) and come to the #support channel. \ No newline at end of file