You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Optional port published in the host for connecting to the database. Default 3050.
52
52
53
+
`event_port`
54
+
> Optional port for Firebird database events (`RemoteAuxPort`). If set, configures `RemoteAuxPort` in `firebird.conf` and publishes the port on the host. This is required when using Firebird event listeners from outside the container.
55
+
53
56
`firebird_database`
54
57
> Optional name for creating a database with the container
Copy file name to clipboardExpand all lines: action.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ inputs:
15
15
description: 'Port published in the host for connecting to the database. Default: 3050.'
16
16
required: false
17
17
default: '3050'
18
+
event_port:
19
+
description: 'Optional port for Firebird events (RemoteAuxPort). If set, configures RemoteAuxPort in firebird.conf and publishes the port. Default: empty (disabled).'
20
+
required: false
21
+
default: ''
18
22
firebird_database:
19
23
description: 'Optional name for creating a database inside the container'
0 commit comments