From c7728f1fbbd3efb0c47307b48d349f433c295a85 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 20 Aug 2022 13:32:47 +0530 Subject: [PATCH] deleted: netbootxyz-compose.yml --- netbootxyz-compose.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 netbootxyz-compose.yml diff --git a/netbootxyz-compose.yml b/netbootxyz-compose.yml deleted file mode 100644 index 93e88e4..0000000 --- a/netbootxyz-compose.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: 2.1 - -services: - netbootxyz: - image: lscr.io/linuxserver/netbootxyz:latest - container_name: netbootxyz - restart: unless-stopped - ports: - - 3000:3000 - - 69:69/udp - - 8080:80 #optional - environment: - - PUID=1000 - - PGID=1000 - - MENU_VERSION=1.9.9 #optional - - PORT_RANGE=30000:30010 #optional - - SUBFOLDER=/ #optional - volumes: - - /path/to/config:/config - - /path/to/assets:/assets #optional