1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00

fix ntopng

This commit is contained in:
kev 2019-05-27 11:43:50 +08:00
parent aa41553de3
commit 0447779f26

View File

@ -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