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