Skip to content

Commit

Permalink
Use data volume container
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Jan 23, 2024
1 parent 6523972 commit 9ef5387
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ services:
restart: unless-stopped
networks:
- default
volumes:
- sqlserver-data:/var/opt/mssql
ports:
- "1433:1433"
environment:
Expand All @@ -35,3 +37,6 @@ services:

networks:
default:

volumes:
sqlserver-data:

0 comments on commit 9ef5387

Please # to comment.