Renovate Bot
46f9f4fdff
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 11s
17 lines
443 B
YAML
17 lines
443 B
YAML
---
|
|
services:
|
|
netbootxyz:
|
|
image: ghcr.io/linuxserver/netbootxyz@sha256:de2a9aeb5a8049a90551229601d742d3f6fdbf2befcaa77140ce92c48193b05b
|
|
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
|