From 20fe23caa26d577217a8fc34223596572822119e Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 4 Oct 2022 09:19:20 -0500 Subject: [PATCH] Bot Updating Documentation --- images/docker-projectsend.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/docker-projectsend.md b/images/docker-projectsend.md index ae5afe7fdc..d7790104e2 100644 --- a/images/docker-projectsend.md +++ b/images/docker-projectsend.md @@ -60,7 +60,7 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/London - - MAX_UPLOAD=<5000> + - MAX_UPLOAD=5000 volumes: - :/config - :/data @@ -77,7 +77,7 @@ docker run -d \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Europe/London \ - -e MAX_UPLOAD=<5000> \ + -e MAX_UPLOAD=5000 \ -p 80:80 \ -v :/config \ -v :/data \ @@ -102,7 +102,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `PUID=1000` | for UserID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation | | `TZ=Europe/London` | Specify a timezone to use EG Europe/London. | -| `MAX_UPLOAD=<5000>` | To set maximum upload size (in MB), default if unset is 5000. | +| `MAX_UPLOAD=5000` | To set maximum upload size (in MB), default if unset is 5000. | ### Volume Mappings (`-v`)