mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
Workaround to disable mssql telemetry (#293)
This commit is contained in:
parent
0e4ffc7d7f
commit
ffe5f37a64
@ -66,4 +66,9 @@ chown $USERNAME:$GROUPNAME /backup-db.sql
|
||||
env >> /etc/environment
|
||||
cron
|
||||
|
||||
# Workaround to disable mssql telemetry
|
||||
|
||||
echo "127.0.0.1 settings-win.data.microsoft.com" >> /etc/hosts
|
||||
echo "127.0.0.1 vortex.data.microsoft.com" >> /etc/hosts
|
||||
|
||||
gosu $USERNAME:$GROUPNAME /opt/mssql/bin/sqlservr
|
||||
|
Loading…
Reference in New Issue
Block a user