"tail: unrecognized file system type 0x794c7630 for 'ekonomic-access_log'. please report this to bug-coreutils@gnu.org. reverting to polling"

running tail, in bash, in a docker image.

from docker-compose.yml:
---
  apache:
    deploy:
    image: httpd
    container_name: apache
    volumes:
    - /home/puggan/src:/var/www
    - /home/puggan/docker/apache/httpd.conf:/usr/local/apache2/conf/httpd.conf
    - /home/puggan/docker/apache/vhost.conf:/usr/local/apache2/conf/extra/httpd-vhosts.conf
    networks:
      web:
        ipv4_address: 192.168.10.80
---

started bash with:
docker container exec apache -it bash

and then in the log dir:
tail -f *