Skip to content

Commit 6bdb5a2

Browse files
committed
Try fix error with firebird communication
1 parent 2c28e07 commit 6bdb5a2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM firebirdsql/firebird:3.0.10
22

3+
RUN echo "WireCrypt = Enabled" >> /opt/firebird/firebird.cnf
4+
35
COPY init-firebird-instance.sh /docker-entrypoint-initdb.d/
46

5-
RUN chmod +x /docker-entrypoint-initdb.d/init-firebird-instance.sh
7+
RUN chmod +x /docker-entrypoint-initdb.d/init-firebird-instance.sh

0 commit comments

Comments
 (0)