Skip to content

Commit

Permalink
no issue - minor docker-compose.yaml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pounard committed Feb 26, 2024
1 parent 232c7c5 commit caebb27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
- query-builder-test
sqlsrv2019:
image: mcr.microsoft.com/mssql/server:2019-latest
restart: unless-stopped
restart: 'no'
environment:
ACCEPT_EULA: "y"
MSSQL_PID: Developer
Expand All @@ -68,4 +68,4 @@ services:
- query-builder-test

networks:
query-builder-test:
query-builder-test:

0 comments on commit caebb27

Please sign in to comment.