fix PUID and GUID

This commit is contained in:
2025-12-08 01:37:38 +01:00
parent e5aeaf6cdf
commit 1bf66adafa

View File

@@ -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": [
{ {