mirror of
https://github.com/bitwarden/server.git
synced 2025-02-16 01:51:21 +01:00
turn off telemetry.customerfeedback for mssql
This commit is contained in:
parent
6390a15835
commit
55afa2588a
@ -15,4 +15,6 @@ COPY entrypoint.sh /
|
|||||||
RUN chmod +x /entrypoint.sh \
|
RUN chmod +x /entrypoint.sh \
|
||||||
&& chmod +x /backup-db.sh
|
&& chmod +x /backup-db.sh
|
||||||
|
|
||||||
|
RUN /opt/mssql/bin/mssql-conf set telemetry.customerfeedback false
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user