From 85307cc7b5d558ae3121fce0e44eed4891a99df1 Mon Sep 17 00:00:00 2001 From: john Date: Sun, 25 Jan 2026 16:27:40 +0000 Subject: [PATCH] Delete nutweb/docker-compose.yml --- nutweb/docker-compose.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 nutweb/docker-compose.yml diff --git a/nutweb/docker-compose.yml b/nutweb/docker-compose.yml deleted file mode 100644 index df22904..0000000 --- a/nutweb/docker-compose.yml +++ /dev/null @@ -1,15 +0,0 @@ -services: - nut-web: - image: 'ghcr.io/superioone/nut_webgui:latest' - ports: - - '9090:9000' - environment: - - UPSD_ADDR=192.168.1.16 - - UPSD_USER=upsmon - - UPSD_PASS=Abingdon2025 - - POLL_FREQ=60 - - POLL_INTERVAL=5 - - UPSD_PORT=3493 - restart: unless-stopped - container_name: nut-web -