You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... the documentation does not mention anything about my problem
... there are no open or closed issues that are related to my problem
Description
I am experiencing an issue where the import_logs.py script, which is present in the Matomo container, is not accessible when attempting to mount the volume in a separate python:3-alpine container. The script is located at /var/www/matomo/misc/log-analytics/import_logs.py within the Matomo container.
Original container instructions https://hub.docker.com/_/matomo docker run --rm --volumes-from="matomo-app-1" --link matomo-app-1 python:3-alpine python /var/www/html/misc/log-analytics/import_logs.py --url=http://ip.of.your.matomo.example --login=yourlogin --password=yourpassword --idsite=1 --recorders=4 /var/www/html/logs/access.log
Expected behaviour
The import_logs.py script should be accessible from the python:3-alpine container.
Support guidelines
I've found a bug and checked that ...
Description
I am experiencing an issue where the import_logs.py script, which is present in the Matomo container, is not accessible when attempting to mount the volume in a separate python:3-alpine container. The script is located at /var/www/matomo/misc/log-analytics/import_logs.py within the Matomo container.
Original container instructions
https://hub.docker.com/_/matomo
docker run --rm --volumes-from="matomo-app-1" --link matomo-app-1 python:3-alpine python /var/www/html/misc/log-analytics/import_logs.py --url=http://ip.of.your.matomo.example --login=yourlogin --password=yourpassword --idsite=1 --recorders=4 /var/www/html/logs/access.log
Expected behaviour
The import_logs.py script should be accessible from the python:3-alpine container.
docker run --rm --volumes-from="matomo-matomo-1" --link matomo-matomo-1 python:3-alpine python /var/www/matomo/misc/log-analytics/import_logs.py --url=http://ip.of.your.matomo.example --login=yourlogin --password=yourpassword --idsite=1 --recorders=4 /var/www/html/logs/access.log
Actual behaviour
The import_logs.py script is not found in the expected directory when the volume is mounted in the python:3-alpine container.
Also not in /data/misc
Steps to reproduce
Docker info
Docker Compose config
No response
Logs
Additional info
Would be great to have add in the readme how to run import logs!
The text was updated successfully, but these errors were encountered: