This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
Auto-Homelab/netboot/docker-compose.yml

18 lines
443 B
YAML
Raw Normal View History

2024-05-18 00:08:59 -04:00
---
services:
netbootxyz:
image: ghcr.io/linuxserver/netbootxyz@sha256:78865deebf3f0b9fa79b0b3a233dc4864bbae7f06503cce84661ef718f752896
2024-05-18 00:08:59 -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
2024-05-18 14:26:04 -04:00
- 8080:80
2024-05-18 00:08:59 -04:00
restart: unless-stopped