2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-25 06:49:31 +01:00

update redis-arm

This commit is contained in:
kev
2018-01-21 03:09:04 +08:00
parent 34ce8d86a4
commit 36a2bc354c
3 changed files with 67 additions and 15 deletions

View File

@@ -1,7 +1,8 @@
redis:
image: easypi/redis-arm
command: --appendonly yes
ports:
- "6379:6379"
volumes:
- ./data:/var/lib/redis
- ./data:/data
restart: always