We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d88b5 commit 2b20c2bCopy full SHA for 2b20c2b
docker-compose.redis.yaml
@@ -9,6 +9,7 @@ services:
9
com.ddev.approot: $DDEV_APPROOT
10
volumes:
11
- ".:/mnt/ddev_config"
12
+ - "ddev-global-cache:/mnt/ddev-global-cache"
13
- "./redis:/usr/local/etc/redis"
14
- "redis:/data"
15
command: ["redis-server", "/usr/local/etc/redis/redis.conf"]
0 commit comments