Update the docker-compose.yaml to show ports need to be opened for Lighthouses

This commit is contained in:
Scott Wallace 2022-03-31 14:35:13 +01:00
parent 53208e116c
commit d76d47d21d
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

@ -12,3 +12,7 @@ services:
- /dev/net/tun
environment:
- TZ=Europe/London
# A Lighthouse should be listening for incoming connections; but not nodes
# ports:
# - 4242:4242/udp
restart: unless-stopped