netbootxyz: add
This commit is contained in:
14
services/netbootxyz.yml
Normal file
14
services/netbootxyz.yml
Normal 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
|
Reference in New Issue
Block a user