fix login args

main
"Riku" 2024-07-11 12:53:32 +03:00
parent 57503b356c
commit 11cf94872d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -9,4 +9,4 @@ services:
- IP=192.168.8.1
- USERNAME=admin
- PASSWORD=1234
- LOGIN=single
- EXTRAARGS=--login single