Added alot of updates

This commit is contained in:
2024-02-27 15:28:20 +01:00
parent d5257b761f
commit 45790e1b03
12 changed files with 400 additions and 20 deletions
+17
View File
@@ -0,0 +1,17 @@
version: "2.1"
services:
netbootxyz:
image: lscr.io/linuxserver/netbootxyz:latest
container_name: netbootxyz
environment:
- TZ=Etc/UTC
- PORT_RANGE=30000:30010
- SUBFOLDER=/
volumes:
- /srv/dev-disk-by-uuid-17e88007-4d0c-45e0-8757-cacfcc458630/docker_config/netboot_xyz/assets:/assets
- /srv/dev-disk-by-uuid-17e88007-4d0c-45e0-8757-cacfcc458630/docker_config/netboot_xyz/config:/config
ports:
- 2000:3000
- 69:69/udp
- 2080:80
restart: unless-stopped