Skip to content

Commit 40a0388

Browse files
committed
Adds guidance on Firebird Events.
1 parent 79c8319 commit 40a0388

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,20 @@ Note that both the original variable and its `_FILE` variant are mutually exclus
182182

183183

184184

185+
## Using with Firebird Events
186+
187+
To use this image with [Firebird Events](https://firebirdsql.org/file/documentation/html/en/refdocs/fblangref50/firebird-50-language-reference.html#fblangref50-psql-postevent) you need to:
188+
- use `FIREBIRD_CONF_RemoteAuxPort` environment variable to set the value of `RemoteAuxPort` configuration to a specific port (e.g. 3051); and
189+
- [Publish](https://docs.docker.com/get-started/docker-concepts/running-containers/publishing-ports/) this port to the host.
190+
191+
More information:
192+
193+
- [This answer](https://stackoverflow.com/a/49918178/33244) from Mark Rotteveel at Stack Overflow.
194+
- [The Power of Firebird Events](https://www.firebirdsql.org/file/documentation/papers_presentations/Power_Firebird_events.pdf) from Milan Babuškov.
195+
196+
197+
198+
185199
## Initializing the database contents
186200

187201
When creating a new database with `FIREBIRD_DATABASE` environment variable you can initialize it running one or more shell or SQL scripts.

0 commit comments

Comments
 (0)