Skip to content

Commit

Permalink
Merge pull request #108 from crowdtainer/12022024
Browse files Browse the repository at this point in the history
Use unique db name folder to avoid conflict with other docker compose projects using redis
  • Loading branch information
tfalencar authored Feb 12, 2024
2 parents 91aa923 + 6b38ae6 commit 2b1fb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: 'redis:7.2.2-alpine'
restart: on-failure
volumes:
- /var/redis/data:/data
- /var/redis/crowdtainer/data:/data
networks:
- redis-network

Expand Down

0 comments on commit 2b1fb34

Please sign in to comment.