kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Templated Files
rodzic
7341a355ad
commit
adaa072730
|
@ -40,9 +40,9 @@ docker create \
|
||||||
--name=nntp2nntp \
|
--name=nntp2nntp \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e PGID=<yourUID> \
|
-e PUID=<yourUID> \
|
||||||
-e PUID=<yourGID> \
|
-e PGID=<yourGID> \
|
||||||
-e TZ=<yourdbpass> \
|
-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 \
|
||||||
|
@ -64,9 +64,9 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- PGID=<yourUID>
|
- PUID=<yourUID>
|
||||||
- PUID=<yourGID>
|
- PGID=<yourGID>
|
||||||
- TZ=<yourdbpass>
|
- TZ=Europe/London
|
||||||
volumes:
|
volumes:
|
||||||
- <path to data>:/config
|
- <path to data>:/config
|
||||||
ports:
|
ports:
|
||||||
|
@ -91,9 +91,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 |
|
||||||
| `PGID=<yourUID>` | specify your UID |
|
| `PUID=<yourUID>` | specify your UID |
|
||||||
| `PUID=<yourGID>` | specify your GID |
|
| `PGID=<yourGID>` | specify your GID |
|
||||||
| `TZ=<yourdbpass>` | specify your TimeZone e.g. Europe/London |
|
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue