feat: Remove USERMAP_UID and USERMAP_GID env variables support

This commit is contained in:
Carlos Álvaro
2022-07-22 08:40:48 +02:00
parent f2c07f0b65
commit 6d0e275146
4 changed files with 6 additions and 45 deletions

View File

@@ -1,5 +1,8 @@
#!/usr/bin/env bash
PUID=${PUID:-1000}
PGID=${PGID:-1000}
DEBUG=${DEBUG:-False}
TIMEZONE=${TIMEZONE:-${TZ:-UTC}}