1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00
birdwatcher/develop/docker-compose.yml
2020-10-28 15:41:16 +01:00

9 lines
94 B
YAML

version: "3.8"
services:
redis:
image: "redis:latest"
ports:
- "6379:6379"