15 lines
342 B
YAML
15 lines
342 B
YAML
|
---
|
||
|
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
|