feat: Remove USERMAP_UID and USERMAP_GID env variables support
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
PUID=${PUID:-1000}
|
||||
PGID=${PGID:-1000}
|
||||
|
||||
DEBUG=${DEBUG:-False}
|
||||
TIMEZONE=${TIMEZONE:-${TZ:-UTC}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user