1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/redis/arm/README.md

13 lines
134 B
Markdown
Raw Normal View History

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