The README.md @0b67c64 offers this command to run the container:
podman run -d --net=host --restart always \
--name ntopng \
-v /mnt/data/ntopng/GeoIP.conf:/etc/GeoIP.conf \
-v /mnt/data/ntopng/ntopng.conf:/etc/ntopng/ntopng.conf \
-v /mnt/data/ntopng/redis.conf:/etc/redis/redis.conf \
-v /mnt/data/ntopng/lib:/var/lib/ntopng \
docker.io/tusc/ntopng-udm:latest
Shouldn't there also be a -v /mnt/data/ntopng/redis:/var/lib/redis argument?