1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-11-27 22:28:31 +02:00
Files
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