From 0447779f26b51105a4cedd9360006067748fa560 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 27 May 2019 11:43:50 +0800 Subject: [PATCH] fix ntopng --- ntopng/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntopng/docker-compose.yml b/ntopng/docker-compose.yml index b5ec198..2447aac 100644 --- a/ntopng/docker-compose.yml +++ b/ntopng/docker-compose.yml @@ -14,7 +14,7 @@ services: image: redis:alpine command: --save 900 1 ports: - - "6379:6379" + - "127.0.0.1:6379:6379" volumes: - ./data/redis:/data restart: unless-stopped