1
0

15 lines
344 B
YAML
Raw Normal View History

2023-12-05 12:31:28 +01:00
---
services:
netbootxyz:
image: linuxserver/netbootxyz:latest
container_name: netbootxyz
networks:
public:
ipv4_address: 192.168.240.44
ports:
- 3000:3000
2023-12-05 12:31:28 +01:00
volumes:
- "${DOCKER_STORAGE_PATH}/netbootxyz:/config"
- "${DOCKER_STORAGE_PATH_SLOW}/netbootxyz:/assets"
restart: unless-stopped