Skip to content

Commit a171a6e

Browse files
committed
Fix wrong config writing
1 parent fe1137c commit a171a6e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Containers/firebird/do-firebird-3_0

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

3-
RUN echo "WireCrypt = Disabled" >> /opt/firebird/firebird.cnf
4-
RUN echo "AuthServer = Srp256, Legacy_Auth" >> /opt/firebird/firebird.cnf
5-
RUN echo "AuthClient = Srp256, Srp, Legacy_Auth" >> /opt/firebird/firebird.cnf
3+
RUN echo "WireCrypt = Disabled" >> /opt/firebird/firebird.conf
64

75
COPY init-firebird-instance.sh /docker-entrypoint-initdb.d/
86

0 commit comments

Comments
 (0)