Update README.md

This commit is contained in:
Erik Huelsmann 2024-06-02 23:05:05 +02:00 committed by GitHub
parent ac2d4a8ae3
commit e329f0617a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -243,10 +243,10 @@ the standard configuration generation process in the container can be overruled:
If you do not want to completely overrule the configuration generated, but instead
supplement the configuration, you can put incremental configuration snippets in
files named `ledgersmb.XXX.yaml` in the same folder. E.g.:
files named `ledgersmb.1XX.yaml` in the same folder. E.g.:
```plain
$ cat <<EOF > /home/ledgersmb/conf/ledgersmb.001.yaml
$ cat <<EOF > /home/ledgersmb/conf/ledgersmb.100.yaml
logging:
file: ledgersmb.logging
EOF