Skip to content

Commit

Permalink
Merge pull request #429 from snad-space/redis-32bit
Browse files Browse the repository at this point in the history
Use redis compiled with 32bit pointers
  • Loading branch information
hombit committed Jul 15, 2024
2 parents e2bf44d + ba203fa commit e464ef7
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
@@ -1,7 +1,7 @@
version: '2'
services:
redis:
image: redis
image: redis:32bit
networks:
- app
restart: always
Expand Down

0 comments on commit e464ef7

Please sign in to comment.