Initial commit

This commit is contained in:
2023-06-14 12:34:50 +02:00
parent edf2f346b7
commit ac10b43a8a
18 changed files with 466 additions and 0 deletions

View File

@ -0,0 +1,21 @@
---
version: "2.1"
services:
netbootxyz:
image: lscr.io/linuxserver/netbootxyz:latest
container_name: netbootxyz
environment:
- PUID=1002
- PGID=100
- PORT_RANGE=30000:30010 #optional
volumes:
- /srv/dev-disk-by-uuid-cda15581-b397-4ab7-8698-acea81fc1e9c/netbootxyz/config:/config
- /srv/dev-disk-by-uuid-cda15581-b397-4ab7-8698-acea81fc1e9c/netbootxyz/assets:/assets #optional
ports:
- 3333:3000
- 69:69/udp
- 3334:80 #optional
restart: unless-stopped