diff --git a/images/docker-sickchill.md b/images/docker-sickchill.md index bd96b1b16c..738a08719f 100644 --- a/images/docker-sickchill.md +++ b/images/docker-sickchill.md @@ -37,8 +37,6 @@ docker create \ --name=sickchill \ -e PUID=1000 \ -e PGID=1000 \ - -e PGID= \ - -e PUID= \ -e TZ= \ -p 8081:8081 \ -v :/config \ @@ -63,8 +61,6 @@ services: environment: - PUID=1000 - PGID=1000 - - PGID= - - PUID= - TZ= volumes: - :/config @@ -92,8 +88,6 @@ 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 | ### Volume Mappings (`-v`)