From 2410db0b9066629cd62717326336f33d7f71c50c Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Tue, 6 Sep 2022 14:13:46 +0100 Subject: [PATCH] init --- docker-compose.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..d387540 --- /dev/null +++ b/docker-compose.yml @@ -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