fix redis volume reference folder (#2805)
This commit is contained in:
parent
8d57cc55a5
commit
102f0c7b06
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ services:
|
|||
image: bitnami/redis:${REDIS_VERSION}
|
||||
container_name: redis
|
||||
volumes:
|
||||
- redisdata:/var/lib/postgresql/data
|
||||
- redisdata:/bitnami/redis/data
|
||||
networks:
|
||||
- openreplay-net
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue