Hello Lukas, tnx for your reply.
Once I bash into the running container, and try to do wget i get this
root@0b0ae4e81676:/var/www/html# wget
bash: wget: command not found
On top of this, I am gunning for 4.7.1 version but my SQL version and PHP is on a different version as well.
Matomo version: 4.6.2
MySQL version: 5.7.9
PHP version: 8.0.15
So my question here is do I have to align the URL to match as well?
I would like to say that using wget from a bare metal docker host works fine, it’s just that from the docker contianer this doesn’t work. Also, I never did it this way as it was never needed.
This is an example from the host level
root@IG-11:~# wget api.matomo.org
--2022-02-08 11:12:53-- http://api.matomo.org/
Resolving api.matomo.org... 185.31.40.177, 2a00:b6e0:1:200:177::1
Connecting to api.matomo.org|185.31.40.177|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 0 [text/html]
Saving to: 'index.html.1'
index.html.1 [ <=> ] 0 --.-KB/s in 0s
2022-02-08 11:12:58 (0.00 B/s) - 'index.html.1' saved [0/0]
Tnx for any insight on this. I do plan on recreating a new container directly from 4.7.1 image and connect it to the existing config/DB, but just want to see if there is anything else that I can do before going that route.