We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847ff5e commit a84f1f2Copy full SHA for a84f1f2
data/processes/echoService/docker-compose.yml
@@ -2,6 +2,6 @@ services:
2
web:
3
build: .
4
ports:
5
- - "80:3000"
+ - "3000:80"
6
redis:
7
image: "ealen/echo-server"
0 commit comments