Logs (apache, bind), requests (bind)

Hi all.
Issue type:
i put apache on docker.
and the problem is that we do not see the logs, the volumes for the logs were prescribed correctly, but they still are not written.
The same problem with bind on docker, logs are not written there either, even inside the container, while without docker everything works with the same config. There is also a problem with a bind in docker, that I do not see the addresses from which there were requests. There is the address of the host itself with docker. Tried changing the network type to host also use ipvlan the problem is not resolved.
Is this normal or am I missing something?
ps: I am using docker-compose
OS Version/build: centos 7, debian 10
App version: latest
Steps to reproduce