18 lines
443 B
YAML
18 lines
443 B
YAML
|
---
|
||
|
services:
|
||
|
netbootxyz:
|
||
|
image: ghcr.io/linuxserver/netbootxyz@sha256:dce6b2c729611f1090f2e6479b764d98aef24cc340d018d923fa6678fcbf330e
|
||
|
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
|