Skip to content

Commit

Permalink
Run MSSQL as root to avoid file permission issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Jul 1, 2021
1 parent 79d9ad8 commit 63d802d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/travis-setup-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ elif [ "$db" = 'mssql' ]; then
# Otherwise we get an error in logs
# Error 87(The parameter is incorrect.) occurred while opening file '/var/opt/mssql/data/master.mdf'
docker run -d -p $MSSQL_PORT:1433 \
--user root \
--name=$NAME \
-e "ACCEPT_EULA=Y" \
-e "SA_PASSWORD=mongooseim_secret+ESL123" \
Expand Down

0 comments on commit 63d802d

Please sign in to comment.