1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:36 +02:00

13 lines
134 B
Markdown
Raw Normal View History

2016-01-16 07:54:16 +08:00
redis-arm
=========
2016-07-19 16:34:20 +08:00
## docker-compose.yml
```yaml
redis:
image: easypi/redis-arm
ports:
- "6379:6379"
restart: always
```