open websocket port

This commit is contained in:
Sebastian
2023-03-10 04:43:56 +01:00
parent 0df8656abd
commit 676971bfa9

View File

@@ -23,6 +23,9 @@ services:
- --http.corsdomain=*
- --http.addr=0.0.0.0
- --http.vhosts=*
- --ws.port=8547
- --ws.addr=0.0.0.0
- --ws.origins=*
restart: unless-stopped
labels:
- "traefik.enable=true"