1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/redis/docker-compose.yml

8 lines
114 B
YAML
Raw Normal View History

2017-01-19 16:06:07 +02:00
redis:
image: redis:alpine
ports:
- "127.0.0.1:6379:6379"
volumes:
- ./data:/data
restart: always