Remove PUID & PGID params

These are already present in the template, so including them here results in a duplicate entry of PUID & PGID in the generated `README.md`
This commit is contained in:
chbmb 2019-04-28 12:59:46 +01:00 committed by GitHub
parent 538dbab8cd
commit cd328629af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,6 @@ param_volumes:
- { vol_path: "/config", vol_host_path: "<path to data>", desc: "this will store config on the docker host" }
param_usage_include_env: true
param_env_vars:
- { env_var: "PGID", env_value: "<yourUID>", desc: "specify your UID" }
- { env_var: "PUID", env_value: "<yourGID>", desc: "specify your GID" }
- { env_var: "TZ", env_value: "<yourdbpass>", desc: "specify your TimeZone e.g. Europe/London" }
param_usage_include_ports: true