1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-09 13:47:10 +02:00
dockerfiles/redis/arm/docker-compose.yml

9 lines
136 B
YAML
Raw Normal View History

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