13 lines
315 B
YAML
13 lines
315 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"
|
||
|
restart: unless-stopped
|