FIX #4: added DISABLE_STATS flag and moved stats refresh in a dedicated script

This commit is contained in:
2025-07-31 15:43:47 +02:00
parent 8d534bfd9b
commit b8c4e51fbe
5 changed files with 23 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ services:
FPM_MAX_SPARE_SERVERS: 3 # default: 3
DISABLE_WEBROOT_CHOWN: 1 # default: 0
DISABLE_SFTP: 1 # default: 0
DISABLE_STATS: 1 # default: 0
```
The `/data/www` and `/data/logs` directories and their contents will be chowned to `$PUID:$PGID` and chmodded to `0755` for directories and `0644` for files at container start.