1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02: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