Bot Updating Documentation

pull/126/head
LinuxServer-CI 2023-07-04 15:11:17 +00:00
rodzic 881d36c162
commit 8c1180d0a0
1 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -34,7 +34,7 @@ The architectures supported by this image are:
| :----: | :----: | ---- |
| x86-64 | ✅ | amd64-\<version tag\> |
| arm64 | ✅ | arm64v8-\<version tag\> |
| armhf| ✅ | arm32v7-\<version tag\> |
| armhf | ❌ | |
## Application Setup
@ -67,9 +67,9 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- PUID=<yourUID>
- PGID=<yourGID>
- TZ=Europe/London
volumes:
- <path to data>:/config
ports:
@ -84,13 +84,14 @@ docker run -d \
--name=nntp2nntp \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e PUID=<yourUID> \
-e PGID=<yourGID> \
-e TZ=Europe/London \
-p 1563:1563 \
-v <path to data>:/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=<yourUID>` | specify your UID |
| `PGID=<yourGID>` | 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.