From be423abc6904885085b149ef296ef59696b47a60 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 15 Mar 2024 19:22:12 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-pydio-cells.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/images/docker-pydio-cells.md b/docs/images/docker-pydio-cells.md index ccb24a2724..c32db8192e 100644 --- a/docs/images/docker-pydio-cells.md +++ b/docs/images/docker-pydio-cells.md @@ -68,7 +68,6 @@ services: - /path/to/appdata/config:/config ports: - 8080:8080 - - 33060:33060 #optional restart: unless-stopped ``` @@ -84,7 +83,6 @@ docker run -d \ -e EXTERNALURL=yourdomain.url \ -e SERVER_IP=0.0.0.0 `#optional` \ -p 8080:8080 \ - -p 33060:33060 `#optional` \ -v /path/to/appdata/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/pydio-cells:latest @@ -99,7 +97,6 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | | `8080` | Http port | -| `33060` | gRPC port (required for CellsSync). | ### Environment Variables (`-e`) @@ -286,6 +283,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **14.03.24:** - Rebasing to alpine 3.19. Grpc port defaults to 8080. * **11.10.23:** - Rebasing to alpine 3.18. Build on alpine edge with Go 1.21. * **06.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **01.12.22:** - Rebasing to alpine 3.17. Adding multi-arch support. Updating cli arguments for v4 compatibility.