From 3e0428ba527d43a77f780cd22242341b86bb76b9 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 15 Feb 2023 20:43:34 -0600 Subject: [PATCH] Bot Updating Documentation --- images/docker-projectsend.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/images/docker-projectsend.md b/images/docker-projectsend.md index d7790104e2..18147fd158 100644 --- a/images/docker-projectsend.md +++ b/images/docker-projectsend.md @@ -31,7 +31,7 @@ The architectures supported by this image are: | :----: | :----: | ---- | | x86-64 | ✅ | amd64-\ | | arm64 | ✅ | arm64v8-\ | -| armhf| ✅ | arm32v7-\ | +| armhf | ✅ | arm32v7-\ | ## Application Setup @@ -59,7 +59,7 @@ services: environment: - PUID=1000 - PGID=1000 - - TZ=Europe/London + - TZ=Etc/UTC - MAX_UPLOAD=5000 volumes: - :/config @@ -76,13 +76,14 @@ docker run -d \ --name=projectsend \ -e PUID=1000 \ -e PGID=1000 \ - -e TZ=Europe/London \ + -e TZ=Etc/UTC \ -e MAX_UPLOAD=5000 \ -p 80:80 \ -v :/config \ -v :/data \ --restart unless-stopped \ lscr.io/linuxserver/projectsend:latest + ``` ## Parameters @@ -101,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. | +| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | | `MAX_UPLOAD=5000` | To set maximum upload size (in MB), default if unset is 5000. | ### Volume Mappings (`-v`)