From 02b31acca5889586688e04e3062fb6435246709a Mon Sep 17 00:00:00 2001 From: technorabilia Date: Sat, 16 Mar 2024 00:32:15 +0000 Subject: [PATCH] Workflow update --- lsio/pydio-cells/docker-compose.yaml | 2 -- lsio/pydio-cells/docker-run.sh | 1 - 2 files changed, 3 deletions(-) diff --git a/lsio/pydio-cells/docker-compose.yaml b/lsio/pydio-cells/docker-compose.yaml index 4d78d4a..8fe1473 100644 --- a/lsio/pydio-cells/docker-compose.yaml +++ b/lsio/pydio-cells/docker-compose.yaml @@ -27,6 +27,4 @@ services: ports: # Http port - 8080:8080 - # gRPC port (required for CellsSync). - - 33060:33060 # optional restart: unless-stopped diff --git a/lsio/pydio-cells/docker-run.sh b/lsio/pydio-cells/docker-run.sh index 85ed6ef..71a41a3 100644 --- a/lsio/pydio-cells/docker-run.sh +++ b/lsio/pydio-cells/docker-run.sh @@ -12,7 +12,6 @@ docker run -d \ -e EXTERNALURL=yourdomain.url `# The external url you would like to use to access Pydio Cells (Can be https://domain.url or https://IP:PORT).` \ -e SERVER_IP=0.0.0.0 `# optional` `# Enter the LAN IP of the docker server. Required for local access by IP, added to self signed cert as SAN (not required if accessing only through reverse proxy).` \ -p 8080:8080 `# Http port` \ - -p 33060:33060 `# optional` `# gRPC port (required for CellsSync).` \ -v ${BASEDIR:-/volume1/docker}/pydio-cells/config:/config `# All the config files reside here.` \ --restart unless-stopped \ ghcr.io/linuxserver/pydio-cells