mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
9 lines
136 B
YAML
9 lines
136 B
YAML
redis:
|
|
image: easypi/redis-arm
|
|
command: --appendonly yes
|
|
ports:
|
|
- "6379:6379"
|
|
volumes:
|
|
- ./data:/data
|
|
restart: always
|