open udp for heimdall

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

View File

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