diff --git a/docker-compose.yml b/docker-compose.yml index c1696fe..d3f46f5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,8 +9,8 @@ services: ports: - "2055:2055/udp" ntopng: - image: "frostasm/ntopng-docker:latest" - command: ["ntopng", "--redis", "redis", "--interface", "tcp://nprobe:1234", "--local-networks", "192.168.88.0/24"] + image: "lucaderi/ntopng-docker" + command: ["ntopng", "--redis", "redis"] ports: - "3000:3000" depends_on: