1
0
Fork 0

added netbootxyz, not final yet

This commit is contained in:
Pratham Patel 2022-07-24 18:10:07 +05:30
parent 6268a65821
commit 511a73b7d4
1 changed files with 20 additions and 0 deletions

20
netbootxyz-compose.yml Normal file
View File

@ -0,0 +1,20 @@
version: 2.1
services:
netbootxyz:
image: lscr.io/linuxserver/netbootxyz:latest
container_name: netbootxyz
restart: unless-stopped
ports:
- 3000:3000
- 69:69/udp
- 8080:80 #optional
environment:
- PUID=1000
- PGID=1000
- MENU_VERSION=1.9.9 #optional
- PORT_RANGE=30000:30010 #optional
- SUBFOLDER=/ #optional
volumes:
- /path/to/config:/config
- /path/to/assets:/assets #optional