Skip to content

Commit

Permalink
fix: remove redis persistent folder form compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed May 26, 2022
1 parent caf5980 commit f8a2dcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ services:

cache:
image: redis
volumes:
- ./redis-data:/data
command: ["redis-server", "--appendonly", "yes"]
restart: unless-stopped

Expand Down

0 comments on commit f8a2dcc

Please sign in to comment.