2024-07-12 23:57:29 -04:00
|
|
|
---
|
|
|
|
services:
|
|
|
|
netbootxyz:
|
2024-08-31 00:01:12 -04:00
|
|
|
image: ghcr.io/linuxserver/netbootxyz@sha256:707d6aa700c133de0209119636237fd2a431f5a927c62b040c90ba726b831ef7
|
2024-07-12 23:57:29 -04:00
|
|
|
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
|