2024-07-12 23:57:29 -04:00
|
|
|
---
|
|
|
|
services:
|
|
|
|
netbootxyz:
|
2024-07-20 11:44:50 -04:00
|
|
|
image: ghcr.io/linuxserver/netbootxyz@sha256:3e7af245944519374e7e01422024f3b5baf67fa252ec92390fee1d57cd6cc1f6
|
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
|