1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-26 05:27:31 +02:00
2017-05-10 17:51:40 +08:00
..
2017-01-20 01:29:07 +08:00
2017-05-10 17:51:40 +08:00

redis-arm

docker-compose.yml

redis:
  image: easypi/redis-arm
  ports:
    - "6379:6379"
  restart: always