1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/redis/arm/docker-compose.yml

9 lines
136 B
YAML
Raw Normal View History

2016-07-19 10:34:20 +02:00
redis:
image: easypi/redis-arm
2018-01-20 21:09:04 +02:00
command: --appendonly yes
2016-07-19 10:34:20 +02:00
ports:
- "6379:6379"
2017-01-19 19:29:07 +02:00
volumes:
2018-01-20 21:09:04 +02:00
- ./data:/data
2016-07-19 10:34:20 +02:00
restart: always