docker: fix redis vulnerability

This commit is contained in:
Gitea 2020-03-24 17:39:17 +01:00
parent c985f3e4c7
commit 31d05ac66b
1 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,6 @@ services:
image: healthcheck/redis:alpine
volumes:
- ./storage:/data
ports:
- "6379:6379"
expose:
- 6379
restart: unless-stopped