You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow to customize startup container to run as user & group of choice. Like :
containers:
- env:
- name: PUID
value: '1001'
- name: PGID
value: '1002'
Default 1000: 1000 is not suitable in all situations.