We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 086992e + 3168596 commit 3521254Copy full SHA for 3521254
docker-compose.yml
@@ -23,7 +23,7 @@ services:
23
image: webapi
24
build:
25
context: .
26
- dockerfile: ./src/Dotnet5.GraphQL3.Store.WebAPI/Dockerfile
+ dockerfile: ./src/Dotnet6.GraphQL4.Store.WebAPI/Dockerfile
27
environment:
28
- ASPNETCORE_URLS=http://*:5000
29
ports:
@@ -39,7 +39,7 @@ services:
39
image: webmvc
40
41
42
- dockerfile: ./src/Dotnet5.GraphQL3.Store.WebMVC/Dockerfile
+ dockerfile: ./src/Dotnet6.GraphQL4.Store.WebMVC/Dockerfile
43
44
- ASPNETCORE_URLS=http://*:7000
45
0 commit comments