kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
881d36c162
commit
8c1180d0a0
|
@ -34,7 +34,7 @@ The architectures supported by this image are:
|
||||||
| :----: | :----: | ---- |
|
| :----: | :----: | ---- |
|
||||||
| x86-64 | ✅ | amd64-\<version tag\> |
|
| x86-64 | ✅ | amd64-\<version tag\> |
|
||||||
| arm64 | ✅ | arm64v8-\<version tag\> |
|
| arm64 | ✅ | arm64v8-\<version tag\> |
|
||||||
| armhf| ✅ | arm32v7-\<version tag\> |
|
| armhf | ❌ | |
|
||||||
|
|
||||||
## Application Setup
|
## Application Setup
|
||||||
|
|
||||||
|
@ -67,9 +67,9 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
- TZ=Etc/UTC
|
||||||
- PUID=<yourUID>
|
- PUID=<yourUID>
|
||||||
- PGID=<yourGID>
|
- PGID=<yourGID>
|
||||||
- TZ=Europe/London
|
|
||||||
volumes:
|
volumes:
|
||||||
- <path to data>:/config
|
- <path to data>:/config
|
||||||
ports:
|
ports:
|
||||||
|
@ -84,13 +84,14 @@ docker run -d \
|
||||||
--name=nntp2nntp \
|
--name=nntp2nntp \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
|
-e TZ=Etc/UTC \
|
||||||
-e PUID=<yourUID> \
|
-e PUID=<yourUID> \
|
||||||
-e PGID=<yourGID> \
|
-e PGID=<yourGID> \
|
||||||
-e TZ=Europe/London \
|
|
||||||
-p 1563:1563 \
|
-p 1563:1563 \
|
||||||
-v <path to data>:/config \
|
-v <path to data>:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/nntp2nntp:latest
|
lscr.io/linuxserver/nntp2nntp:latest
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Parameters
|
## 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 |
|
| `PUID=1000` | for UserID - see below for explanation |
|
||||||
| `PGID=1000` | for GroupID - 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 |
|
| `PUID=<yourUID>` | specify your UID |
|
||||||
| `PGID=<yourGID>` | specify your GID |
|
| `PGID=<yourGID>` | specify your GID |
|
||||||
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
|
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
@ -173,6 +174,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## 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.
|
* **10.10.22:** - Rebase to Alpine 3.15.
|
||||||
* **19.12.19:** - Rebasing to alpine 3.11.
|
* **19.12.19:** - Rebasing to alpine 3.11.
|
||||||
* **28.06.19:** - Rebasing to alpine 3.10.
|
* **28.06.19:** - Rebasing to alpine 3.10.
|
||||||
|
|
Ładowanie…
Reference in New Issue