--- services: netbootxyz: image: ghcr.io/linuxserver/netbootxyz@sha256:58eb0e7c4ea4a1892dcb9b8474fb9ff5bd03bd9e6f03b76890ffa647a6ca223f 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 - 8080:80 restart: unless-stopped