2024-07-12 23:57:29 -04:00
|
|
|
---
|
|
|
|
services:
|
|
|
|
netbootxyz:
|
2024-09-21 00:00:49 -04:00
|
|
|
image: ghcr.io/linuxserver/netbootxyz@sha256:ca89a75a79371b041da7c7b9ff75320831212c1e9dcb7957b2f82914f54d9ce9
|
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
|