update base image; add compose file

This commit is contained in:
2025-05-06 22:15:57 +02:00
parent 19008464f4
commit 1345bbd50e
10 changed files with 72 additions and 20 deletions

View File

@@ -21,4 +21,4 @@ if [[ "${1}" == "-d" ]]; then
shift
fi
printf '%s\n%s\n' "${1}" "${2}" | db5.3_load -T -t hash "${DB}"
printf '%s\n%s\n' "${1}" "${2}" | db_load -T -t hash "${DB}"