17 lines
427 B
YAML
17 lines
427 B
YAML
|
---
|
||
|
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
|