1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/redis/arm/README.md

13 lines
134 B
Markdown
Raw Normal View History

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