added redis port to host
This commit is contained in:
@@ -4,6 +4,8 @@ services:
|
||||
command: ["redis-server", "--appendonly", "yes", "--bind", "0.0.0.0", "--protected-mode", "no"]
|
||||
volumes:
|
||||
- camfinder-redis:/data
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
|
||||
Reference in New Issue
Block a user