Skip to content

Commit

Permalink
Used unique name folder to avoid conflict with other docker compose p…
Browse files Browse the repository at this point in the history
…rojects using redis
  • Loading branch information
tfalencar committed Feb 12, 2024
1 parent 91aa923 commit 6b38ae6
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 6b38ae6

Please sign in to comment.