This commit is contained in:
Martin Donnelly 2022-09-06 14:13:46 +01:00
commit 2410db0b90

17
docker-compose.yml Normal file
View File

@ -0,0 +1,17 @@
version: '3.3'
services:
netbootxyz:
container_name: netbootxyz
environment:
- PUID=1000
- PGID=1000
- MENU_VERSION=1.9.9
ports:
- '3000:3000'
- '69:69/udp'
- '8080:80'
volumes:
- '/path/to/config:/config'
- '/path/to/assets:/assets'
restart: unless-stopped
image: linuxserver/netbootxyz