This commit is contained in:
41666 2022-11-20 16:25:17 -05:00
parent aff10840fd
commit 85e8729261
5 changed files with 74 additions and 7 deletions

10
docker-compose.yaml Normal file
View file

@ -0,0 +1,10 @@
version: "3"
services:
redis:
image: redis:alpine
command: redis-server --save "" --appendonly no
container_name: redis
restart: always
ports:
- "6379:6379"