1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/redis/arm/docker-compose.yml
2018-01-21 03:09:04 +08:00

9 lines
136 B
YAML

redis:
image: easypi/redis-arm
command: --appendonly yes
ports:
- "6379:6379"
volumes:
- ./data:/data
restart: always