Skip to content

Commit 9095017

Browse files
Fix the port 80
1 parent 780b850 commit 9095017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnet-core/docker/ng/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
App__CorsOrigins: "http://localhost:4200"
1111
TZ: "America/Toronto"
1212
ports:
13-
- "9902:44311"
13+
- "9902:80"
1414
volumes:
1515
- "./Host-Logs:/app/App_Data/Logs"
1616
restart: always

0 commit comments

Comments
 (0)