Skip to content

Commit

Permalink
Add redis changes to local
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Aug 9, 2023
1 parent a6e3ecd commit 7d4acdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ services:
volumes:
- mysql-data:/var/lib/mysql
drupal-redis-lib-unb-ca:
image: redis:5-alpine
image: redis:7-alpine
restart: unless-stopped
command: redis-server --maxmemory-policy allkeys-lru --maxmemory 128mb
expose:
- "6379"
networks:
Expand Down

0 comments on commit 7d4acdf

Please sign in to comment.