Skip to content

Commit 9dc3a21

Browse files
docker-compose file updated
1 parent dc8f55c commit 9dc3a21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ services:
66
- ASPNETCORE_ENVIRONMENT=Production
77
ports:
88
- "5000:8080" # Map host:container for HTTP
9-
- "5001:8081" # Map host:container for HTTPS (if your app supports it)
9+
- "5001:8081" # Map host:container for HTTPS (if your app supports it)
1010
depends_on:
1111
- db
12+
volumes:
13+
- ./CentralizedLoggingApi/logs:/app/logs
14+
1215

1316
db:
1417
image: mcr.microsoft.com/mssql/server:2022-latest

0 commit comments

Comments
 (0)