1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/redis/arm/docker-compose.yml

9 lines
136 B
YAML
Raw Normal View History

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