|
|
|
|
|
by dandarie
1850 days ago
|
|
From my experience, UID is not always available as to docker-compose.yml because it isn't exported (at least in bash). See more here: https://stackoverflow.com/a/50900530/15428104 $ declare -p UID
declare -ir UID="1000" The -x option is missing. |
|