Skip to content

Commit

Permalink
services should mount ddev-global-cache (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Mar 8, 2024
1 parent d1d88b5 commit 2b20c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
com.ddev.approot: $DDEV_APPROOT
volumes:
- ".:/mnt/ddev_config"
- "ddev-global-cache:/mnt/ddev-global-cache"
- "./redis:/usr/local/etc/redis"
- "redis:/data"
command: ["redis-server", "/usr/local/etc/redis/redis.conf"]
Expand Down

0 comments on commit 2b20c2b

Please sign in to comment.