Add nut-web/docker-compose.yml

This commit is contained in:
2026-07-07 17:54:44 +01:00
parent 2450ee3f6f
commit 4d43ed757d
+15
View File
@@ -0,0 +1,15 @@
services:
nut-web:
image: 'ghcr.io/superioone/nut_webgui:latest'
ports:
- '9090:9000'
environment:
- UPSD_ADDR=192.168.1.23
- UPSD_USER=upsmon
- UPSD_PASS=Abingdon2025
- POLL_FREQ=60
- POLL_INTERVAL=5
- UPSD_PORT=3493
restart: unless-stopped
container_name: nut-web