Test docker

This commit is contained in:
2024-09-09 09:42:20 +00:00
parent 9b2f9f6da1
commit 16c0c24fae
6 changed files with 204 additions and 2 deletions

View File

@ -39,7 +39,7 @@
"class": "logging.handlers.RotatingFileHandler",
"level": "DEBUG",
"formatter": "detailed",
"filename": "${DATA_DIR}/mealie.log",
"filename": "${DATA_DIR}/fuware.log",
"maxBytes": 10000,
"backupCount": 3
}