Skip to content

Commit

Permalink
update(file):
Browse files Browse the repository at this point in the history
- Changed docker compose redis volume name
  • Loading branch information
bootsie123 committed Jun 29, 2024
1 parent b0e53fd commit ffaa596
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
redis:
image: bitnami/redis:latest
volumes:
- redis_data:/bitnami/redis/data
- redis-data:/bitnami/redis/data
environment:
ALLOW_EMPTY_PASSWORD: yes
ports:
Expand All @@ -26,4 +26,4 @@ services:
- "3000:3000"

volumes:
redis_data:
redis-data:
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
redis:
image: bitnami/redis:latest
volumes:
- redis_data:/bitnami/redis/data
- redis-data:/bitnami/redis/data
environment:
ALLOW_EMPTY_PASSWORD: yes
networks:
Expand All @@ -27,4 +27,4 @@ networks:
driver: bridge

volumes:
redis_data:
redis-data:

0 comments on commit ffaa596

Please sign in to comment.