Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramin committed Oct 7, 2024
1 parent a1349e9 commit c322407
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mssqlserver/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ services:
environment:
MSSQL_SA_PASSWORD: ${MSSQL_SA_PASSWORD:-Secret_password_1}
ACCEPT_EULA: Y
volumes:
- ./mssql/input/data:/var/opt/mssql/data
- ./mssql/input/log:/var/opt/mssql/log
healthcheck:
test: >
echo 'select 1;' | /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U sa -P Secret_password_1
Expand All @@ -26,6 +29,9 @@ services:
environment:
MSSQL_SA_PASSWORD: ${MSSQL_SA_PASSWORD:-Secret_password_1}
ACCEPT_EULA: Y
volumes:
- ./mssql/input/data:/var/opt/mssql/data
- ./mssql/input/log:/var/opt/mssql/log
healthcheck:
test: >
echo 'select 1;' | /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U sa -P Secret_password_1
Expand Down

0 comments on commit c322407

Please sign in to comment.