Skip to content

Commit

Permalink
Fix for random volume Redis Cache
Browse files Browse the repository at this point in the history
fixes:
#851
  • Loading branch information
Delta1977 authored Sep 23, 2022
1 parent 3f1e45f commit cd50156
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ services:
- -c # this is to evaluate the $REDIS_PASSWORD from the env
- redis-server --requirepass $$REDIS_PASSWORD ## $$ because of docker-compose
env_file: env/redis-cache.env
volumes:
- netbox-redis-cache-data:/data

volumes:
netbox-media-files:
Expand All @@ -63,3 +65,5 @@ volumes:
driver: local
netbox-redis-data:
driver: local
netbox-redis-cache-data:
driver: local

0 comments on commit cd50156

Please sign in to comment.