Update netboot/docker-compose.yml

This commit is contained in:
Matt Reeves 2024-05-18 18:26:04 +00:00
parent 26e7eb040e
commit ebc8fd1e22

View file

@ -13,4 +13,5 @@ services:
ports: ports:
- 3000:3000 - 3000:3000
- 69:69/udp - 69:69/udp
- 8080:80
restart: unless-stopped restart: unless-stopped