two redis is one too much
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "33333:8080"
|
- "33333:8080"
|
||||||
|
|
||||||
redis:
|
cache:
|
||||||
image: healthcheck/redis:alpine
|
image: healthcheck/redis:alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ health:
|
|||||||
cache:
|
cache:
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
host: redis
|
host: cache
|
||||||
password: ""
|
password: ""
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
|
|||||||
Reference in New Issue
Block a user