homelab/fighter/config/networkupstools/docker-compose.yml

12 lines
231 B
YAML
Raw Normal View History

2024-02-28 00:35:10 -08:00
version: "3"
services:
nut:
image: upshift/nut-upsd
2024-02-28 00:35:10 -08:00
container_name: networkupstools_nut
env_file:
- path: ./nut.env
required: true
ports:
- 3493:3493
devices:
- "/dev/bus/usb/001/005"