adding netboot

This commit is contained in:
Matt 2024-05-18 04:08:59 +00:00
parent 66a87ec61c
commit 26e7eb040e

View file

@ -0,0 +1,16 @@
---
services:
netbootxyz:
image: ghcr.io/linuxserver/netbootxyz@sha256:56f5de90f524c6e62f32cf98123194421dd079c60ecd138a0114cfdedd72d571
container_name: netboot
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
volumes:
- /home/mafyuh/netboot/config:/config
- /home/mafyuh/netboot/assets:/assets
ports:
- 3000:3000
- 69:69/udp
restart: unless-stopped