Skip to content

Commit a97db0e

Browse files
author
Diego Nadares
committed
Remove websocket port 9000 from docker-compose
1 parent 2ca71a6 commit a97db0e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG/current/7679.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"level": "community",
3+
"md": "[MOD] Remove websockets port from docker-compose. #7679"
4+
}

docker-compose.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ services:
3535
- redis
3636
ports:
3737
- "5985:5985"
38-
- "9000:9000"
3938
volumes:
4039
db:
4140
driver: local

0 commit comments

Comments
 (0)