fix login args
parent
57503b356c
commit
11cf94872d
|
@ -3,4 +3,4 @@ FROM python:3.11
|
|||
RUN pip install requests urllib3
|
||||
ADD zte_exporter.py .
|
||||
|
||||
CMD python3 zte_exporter.py $PORT $IP $USERNAME $PASSWORD $LOGIN
|
||||
CMD python3 zte_exporter.py $PORT $IP $USERNAME $PASSWORD $EXTRAARGS
|
||||
|
|
|
@ -9,4 +9,4 @@ services:
|
|||
- IP=192.168.8.1
|
||||
- USERNAME=admin
|
||||
- PASSWORD=1234
|
||||
- LOGIN=single
|
||||
- EXTRAARGS=--login single
|
||||
|
|
Loading…
Reference in New Issue