We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c615f4c commit fb27349Copy full SHA for fb27349
docker-compose.yml
@@ -4,11 +4,10 @@ services:
4
context: .
5
dockerfile: src/Dialogflow.Emulator/Dockerfile
6
ports:
7
- - "7195:8080"
+ - "7195:7195"
8
volumes:
9
- ./Dialogflow/FillInTheTextBot-test-eu:/app/agent:ro
10
environment:
11
- - ASPNETCORE_URLS=http://+:8080
12
- AGENT_PATH=/app/agent
13
- Kestrel__Endpoints__Grpc__Url=http://0.0.0.0:7195
14
0 commit comments