Update the docker-compose.yaml
to show ports need to be opened for Lighthouses
This commit is contained in:
parent
53208e116c
commit
d76d47d21d
|
@ -12,3 +12,7 @@ services:
|
||||||
- /dev/net/tun
|
- /dev/net/tun
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
|
# A Lighthouse should be listening for incoming connections; but not nodes
|
||||||
|
# ports:
|
||||||
|
# - 4242:4242/udp
|
||||||
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue