FirebirdSQL/firebird-docker

feat: `FIREBIRD_ALIASES` variable

DeadNews opened this issue · 1 comments

jacobalberty/firebird-docker supports FIREBIRD_ALIASES environment variable:

FIREBIRD_ALIASES: ${DB_NAME}=/firebird/data/${DB_NAME}.fdb;

It would be nice if there was support for this as well.

Related issue: jacobalberty/firebird-docker#47, jacobalberty/firebird-docker@8c1a3df
Related code: docker-entrypoint.sh, registerDatabase.sh

ref: #8

Let's continue this on #8.