fix PUID and GUID
This commit is contained in:
@@ -9,8 +9,10 @@
|
|||||||
"internalPort": "3000",
|
"internalPort": "3000",
|
||||||
"shm_size": "1gb",
|
"shm_size": "1gb",
|
||||||
"environment": [
|
"environment": [
|
||||||
|
{"key": "PUID", "value": "1000"},
|
||||||
|
{"key": "PGID", "value": "1000"},
|
||||||
{"key": "TZ", "value": "Europe/Paris"},
|
{"key": "TZ", "value": "Europe/Paris"},
|
||||||
{"key": "LC_ALL", "value": "fr_FR.UTF-8"}
|
{"key": "LC_ALL", "value": "fr_FR.UTF-8"}
|
||||||
],
|
],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user