fix login args
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user