From adaa07273045b27f3d067fc5cd038bb372a66127 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 30 May 2019 15:20:28 +0000 Subject: [PATCH] Bot Updating Templated Files --- images/docker-nntp2nntp.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/images/docker-nntp2nntp.md b/images/docker-nntp2nntp.md index 2012b9e610..a62875b5ef 100755 --- a/images/docker-nntp2nntp.md +++ b/images/docker-nntp2nntp.md @@ -40,9 +40,9 @@ docker create \ --name=nntp2nntp \ -e PUID=1000 \ -e PGID=1000 \ - -e PGID= \ - -e PUID= \ - -e TZ= \ + -e PUID= \ + -e PGID= \ + -e TZ=Europe/London \ -p 1563:1563 \ -v :/config \ --restart unless-stopped \ @@ -64,9 +64,9 @@ services: environment: - PUID=1000 - PGID=1000 - - PGID= - - PUID= - - TZ= + - PUID= + - PGID= + - TZ=Europe/London volumes: - :/config 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 | | `PGID=1000` | for GroupID - see below for explanation | -| `PGID=` | specify your UID | -| `PUID=` | specify your GID | -| `TZ=` | specify your TimeZone e.g. Europe/London | +| `PUID=` | specify your UID | +| `PGID=` | specify your GID | +| `TZ=Europe/London` | Specify a timezone to use EG Europe/London. | ### Volume Mappings (`-v`)