new: add docker and compose files

This commit is contained in:
ngn
2024-07-20 01:52:52 +03:00
parent 8332d9f941
commit 6d175d34d8
8 changed files with 52 additions and 4 deletions

View File

@ -122,7 +122,7 @@ int main(int argc, char *argv[]) {
goto end;
if ((logfile = config_get_string("log")) != NULL) {
FILE *log = fopen(logfile, "r");
FILE *log = fopen(logfile, "a");
if (NULL == log)
error(_("Failed to open the log file: %s"), strerror(errno));