2024-07-12 23:57:29 -04:00
|
|
|
---
|
|
|
|
services:
|
|
|
|
netbootxyz:
|
2024-11-08 23:01:28 -05:00
|
|
|
image: ghcr.io/linuxserver/netbootxyz@sha256:48290a727fc930535b607fd0556cbc60dfae083895e5846fccd7e0b2f0fcb301
|
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
|