adding netboot
This commit is contained in:
parent
66a87ec61c
commit
26e7eb040e
1 changed files with 16 additions and 0 deletions
16
netboot/docker-compose.yml
Normal file
16
netboot/docker-compose.yml
Normal 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
|
Reference in a new issue