mirror of
https://github.com/linuxserver/docker-project-template.git
synced 2026-02-20 02:41:25 +08:00
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:
parent
538dbab8cd
commit
cd328629af
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user