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
Renovate Bot 5f62988b4d
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 10s
⬆️ Update ghcr.io/linuxserver/netbootxyz Docker digest to 4a0570d
2024-06-29 03:00:41 +00:00

17 lines
443 B
YAML

---
services:
netbootxyz:
image: ghcr.io/linuxserver/netbootxyz@sha256:4a0570dbc6128fae6db3366b52310e4ed6394e68e5183dbf9c18e1055c3058f3
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