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}
|
image: bitnami/redis:${REDIS_VERSION}
|
||||||
container_name: redis
|
container_name: redis
|
||||||
volumes:
|
volumes:
|
||||||
- redisdata:/var/lib/postgresql/data
|
- redisdata:/bitnami/redis/data
|
||||||
networks:
|
networks:
|
||||||
- openreplay-net
|
- openreplay-net
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue