mirror of https://github.com/kortix-ai/suna.git
uncommenting redis port expose
This commit is contained in:
parent
29ebcace56
commit
29bacdd55f
|
@ -1,8 +1,8 @@
|
|||
services:
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
# ports:
|
||||
# - "6379:6379"
|
||||
ports:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
- redis-data:/data
|
||||
command: redis-server --save 60 1 --loglevel warning
|
||||
|
|
Loading…
Reference in New Issue