diff --git a/images/docker-nntp2nntp.md b/images/docker-nntp2nntp.md index d510a5314..19a597348 100644 --- a/images/docker-nntp2nntp.md +++ b/images/docker-nntp2nntp.md @@ -34,7 +34,7 @@ The architectures supported by this image are: | :----: | :----: | ---- | | x86-64 | ✅ | amd64-\ | | arm64 | ✅ | arm64v8-\ | -| armhf| ✅ | arm32v7-\ | +| armhf | ❌ | | ## Application Setup @@ -67,9 +67,9 @@ services: environment: - PUID=1000 - PGID=1000 + - TZ=Etc/UTC - PUID= - PGID= - - TZ=Europe/London volumes: - :/config ports: @@ -84,13 +84,14 @@ docker run -d \ --name=nntp2nntp \ -e PUID=1000 \ -e PGID=1000 \ + -e TZ=Etc/UTC \ -e PUID= \ -e PGID= \ - -e TZ=Europe/London \ -p 1563:1563 \ -v :/config \ --restart unless-stopped \ lscr.io/linuxserver/nntp2nntp:latest + ``` ## Parameters @@ -109,9 +110,9 @@ 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=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | | `PUID=` | specify your UID | | `PGID=` | specify your GID | -| `TZ=Europe/London` | Specify a timezone to use EG Europe/London. | ### Volume Mappings (`-v`) @@ -173,6 +174,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **04.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **10.10.22:** - Rebase to Alpine 3.15. * **19.12.19:** - Rebasing to alpine 3.11. * **28.06.19:** - Rebasing to alpine 3.10.