filmov
tv
How to run Redis Cache on Docker and use it locally Tutorial

Показать описание
yml file
version: '3'
services:
redis:
image: "redis:alpine"
ports:
- "6379:6379"
version: '3'
services:
redis:
image: "redis:alpine"
ports:
- "6379:6379"