Open wolfgangreder opened 2 months ago
Could you elaborate a bit more?
What is your use case?
What problem would this intend to solve?
you can mount databases.conf (firebird.conf, udf libraries directories) as volumes eg. -v /path/to/databases.conf:/opt/firebird/databases.conf
you can mount databases.conf (firebird.conf, udf libraries directories) as volumes eg. -v /path/to/databases.conf:/opt/firebird/databases.conf
Well, that should be possible. See https://github.com/jacobalberty/firebird-docker
So when you mount databases.conf as suggested you should be able to connect to databases as defined in the file instead of using full container path
Currently it is required to build the connection url with the full file path. It would be nice to register databases in databases.conf