Closed LeonardSchwenk closed 3 years ago
When you use FIREBIRD_DATABASE: firebird
, the created database file is /firebird/data/firebird
, not /firebird/data/firebird.fdb
.
In other words, either specify FIREBIRD_DATABASE: firebird.fdb
, or use JDBC URL jdbc:firebirdsql://localhost:3050//firebird/data/firebird
I'm trying to setup the docker container via docker compose then connect to the database via dbbeaver aka JDBC
The error im getting:
Within the docker container under /data there is a file firebird(which is the db file in this case). I assumed that the database gets created by the FIREBIRD_DATABASE env var in the docker compose file.
docker-compose.yml
My JDBC URL looks like this:
jdbc:firebirdsql://localhost:3050//firebird/data/firebird.fdb