From ce02856e8f6d5cc223d97d40b1d22fd3b31df5d4 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 13 Feb 2023 09:23:08 -0600 Subject: [PATCH] Bot Updating Documentation --- images/docker-pylon.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/images/docker-pylon.md b/images/docker-pylon.md index 8e6c0a86e..58087c413 100644 --- a/images/docker-pylon.md +++ b/images/docker-pylon.md @@ -31,7 +31,7 @@ The architectures supported by this image are: | :----: | :----: | ---- | | x86-64 | ✅ | amd64-\ | | arm64 | ✅ | arm64v8-\ | -| armhf| ✅ | arm32v7-\ | +| armhf | ✅ | arm32v7-\ | ## Application Setup @@ -53,12 +53,12 @@ services: environment: - PUID=1000 - PGID=1000 - - TZ=Europe/London + - TZ=Etc/UTC - GITURL=https://github.com/linuxserver/docker-pylon.git #optional - PYUSER=myuser #optional - PYPASS=mypass #optional volumes: - - :/code #optional + - /path/to/your/code:/code #optional ports: - 3131:3131 restart: unless-stopped @@ -71,14 +71,15 @@ docker run -d \ --name=pylon \ -e PUID=1000 \ -e PGID=1000 \ - -e TZ=Europe/London \ + -e TZ=Etc/UTC \ -e GITURL=https://github.com/linuxserver/docker-pylon.git `#optional` \ -e PYUSER=myuser `#optional` \ -e PYPASS=mypass `#optional` \ -p 3131:3131 \ - -v :/code `#optional` \ + -v /path/to/your/code:/code `#optional` \ --restart unless-stopped \ lscr.io/linuxserver/pylon:latest + ``` ## Parameters @@ -97,7 +98,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). | | `GITURL=https://github.com/linuxserver/docker-pylon.git` | Specify a git repo to checkout on first startup | | `PYUSER=myuser` | Specify a basic auth user. | | `PYPASS=mypass` | Specify a basic auth password. | @@ -162,6 +163,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3. * **19.01.22:** - Rebasing to alpine 3.15. * **02.06.20:** - Rebasing to alpine 3.12. * **19.12.19:** - Rebasing to alpine 3.11.