1
0

netbootxyz: add

This commit is contained in:
2023-12-05 12:31:28 +01:00
parent b2117ccbf2
commit 5b04a6566c
3 changed files with 16 additions and 0 deletions

14
services/netbootxyz.yml Normal file
View File

@ -0,0 +1,14 @@
---
services:
netbootxyz:
image: linuxserver/netbootxyz:latest
container_name: netbootxyz
networks:
public:
ipv4_address: 192.168.240.44
volumes:
- "${DOCKER_STORAGE_PATH}/netbootxyz:/config"
- "${DOCKER_STORAGE_PATH_SLOW}/netbootxyz:/assets"
profiles:
- base
restart: unless-stopped