12 lines
233 B
YAML
12 lines
233 B
YAML
|
version: "3.8"
|
||
|
services:
|
||
|
zte-exporter:
|
||
|
image: vvkvvk/zte-exporter:latest
|
||
|
restart: unless-stopped
|
||
|
network_mode: host
|
||
|
environment:
|
||
|
- PORT=8082
|
||
|
- IP=192.168.8.1
|
||
|
- USERNAME=admin
|
||
|
- PASSWORD=1234
|