open udp for heimdall

This commit is contained in:
Sebastian
2023-01-15 12:17:26 +01:00
parent 00295ba8ae
commit 4f383b8009

View File

@@ -19,6 +19,7 @@ services:
- "heimdall_data:/root/.heimdalld" - "heimdall_data:/root/.heimdalld"
ports: ports:
- "26656:26656" - "26656:26656"
- "26656:26656/udp"
- "127.0.0.1:26657:26657" - "127.0.0.1:26657:26657"
depends_on: depends_on:
- rabbitmq - rabbitmq