Skip to content

Commit c4f5fb8

Browse files
committed
Disable WireCrypt in firebird container
1 parent 6bdb5a2 commit c4f5fb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containers/firebird/do-firebird-3_0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM firebirdsql/firebird:3.0.10
22

3-
RUN echo "WireCrypt = Enabled" >> /opt/firebird/firebird.cnf
3+
RUN echo "WireCrypt = Disabled" >> /opt/firebird/firebird.cnf
44

55
COPY init-firebird-instance.sh /docker-entrypoint-initdb.d/
66

0 commit comments

Comments
 (0)