Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msetbar committed Aug 11, 2023
1 parent 5c78402 commit c85fd98
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/python-mssql/.devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,11 @@ services:
- ..:/workspace
working_dir: /workspace
command: sleep infinity
ports:
- 8000:8000
- 7000:7000
deploy:
resources:
limits:
cpus: '4'
memory: 4G
reservations:
cpus: '4'
memory: 4G

db:
image: mcr.microsoft.com/azure-sql-edge:latest
Expand Down

0 comments on commit c85fd98

Please sign in to comment.