1
0
Fork 0
docker-compose-templates/services/netbootxyz.yml

13 lines
315 B
YAML
Raw Permalink Normal View History

2023-12-05 11:31:28 +00:00
---
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