We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b04c0 commit ecc0808Copy full SHA for ecc0808
aspnet-core/docker/ng/docker-compose.yml
@@ -7,10 +7,13 @@ services:
7
environment:
8
ASPNETCORE_ENVIRONMENT: "Staging"
9
ConnectionStrings__Default: "Server=10.0.75.1; Database=AbpProjectNameDb; User=AbpProjectNameUser; Password=YourStrongPassword;"
10
+ App__ServerRootAddress: "http://localhost:44311/"
11
+ App__ClientRootAddress: "http://localhost:4200/"
12
App__CorsOrigins: "http://localhost:4200"
13
TZ: "America/Toronto"
14
+ Kestrel__Endpoints__Http__Url: "http://+:80"
15
ports:
- - "9902:80"
16
+ - "44311:80"
17
volumes:
18
- "./Host-Logs:/app/App_Data/Logs"
19
restart: always
@@ -19,4 +22,3 @@ services:
22
image: abp/ng
20
23
21
24
- "4200:80"
-
0 commit comments