Skip to content

Commit

Permalink
chore: update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
hildxd committed Jan 25, 2024
1 parent f5cc8e5 commit 319e20b
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 @@ -15,7 +15,7 @@ services:
image: redis:5-alpine
restart: always
volumes:
- redis_data:/var/lib/redis
- data:/var/lib/redis
ports:
- 6379:6379
volumes:
Expand Down

0 comments on commit 319e20b

Please sign in to comment.