3 lines
86 B
Bash
3 lines
86 B
Bash
# Match the container's www-data user/group to your local IDs
|
|
USERID=1004
|
|
GROUPID=1003 |