Shopware and REDIS
How to use a Redis container?
version: "3"
services:
shopware:
image: dockware/shopware:latest
container_name: shopware
ports:
- "80:80"
networks:
- web
redis:
image: redis:5.0.6
container_name: redis
networks:
- web
networks:
web:
external: falseShopware Configuration
Connection
Use Redis Caches
Last updated
Was this helpful?