Closed MatheusRivello closed 2 years ago
This is covered in the readme, see https://github.com/jacobalberty/firebird-docker#events. If you're running Docker on Windows, you'll need to explicitly configure the RemoteAuxPort
setting in the firebird.conf, and map that port in addition to port 3050 (the --net=host
option doesn't work on Windows AFAIK).
I believe RemoteAuxPort
will also need to be the same on both sides of the port mapping, ie if you set RemoteAuxPort
to 4050 you'll need to map port 4050 to 4050.
@jacobalberty Yes, you're right! The server sends the port the client should use, so it will need to match.
@jacobalberty @mrotteveel Thanks for the help. In fact the ports need to be the same to work. I ran tests and it worked.
Hello,
First I would like to thank you for the solution, the firebird container helped me a lot.
I searched about this bug and didn't find any solution. I have a problem with a POST_EVENT when my database is controlled by firebird in docker. The event is not fired and I have this return. I associated my host's port 3062 with the container's 3050
If I try with a virtual machine with firebird installed normally, the event works.
Thanks for your attention