LaunchMind / docker-compose.yml
Abdulahad79's picture
code
2f6e4c8
Raw
History Blame Contribute Delete
89 Bytes
version: "3"
services:
redis:
image: "redis:latest"
ports:
- "6379:6379"