Skip to content

Commit

Permalink
updated cocker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEggenberger committed Feb 20, 2024
1 parent a64ad33 commit d201593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.infrastructure.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '3.4'
name: Infrastructure
name: ModularMonolith_Infrastructure

services:
sqlserver:
container_name: SQLServer
container_name: modularmonolith_sqlserver
image: mcr.microsoft.com/azure-sql-edge
ports:
- "1433:1433"
Expand All @@ -13,7 +13,7 @@ services:
volumes:
- sqlserver:/sqlserver
redis:
container_name: RedisCache
container_name: modularmonolith_redis
image: redis
ports:
- 6379:6379
Expand Down

0 comments on commit d201593

Please sign in to comment.