docker-ntop
docker-ntop copied to clipboard
Example Docker Compose does not save data on restart
When using the example docker compose, ntop does not store anything in a volume. Upon restarting the service, the default settings and admin credentials are restored. Where is this data saved, so we can mount it to a volume?
I've run into this as well, apart from /var/lib/ntopng what other diectories need mapping to volumes to persist things like users/passwords?
Looks like would need also mount /var/lib/redis as well