diff --git a/piwigo/config.json b/piwigo/config.json index c917cdb47..a8cd72543 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -29,8 +29,8 @@ "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", "boot": "auto", "environment": { - "PUID": 0, - "PGID": 0 + "PUID": 1000, + "PGID": 1000 }, "options": { "ssl": false,