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 f692e2e8e8
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 10s
Deploy to Hosts / deploy (pull_request) Successful in 51s
⬆️ Update ghcr.io/linuxserver/netbootxyz Docker digest to f1d0a90
2024-07-01 07:00:43 +00:00

17 lines
443 B
YAML

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