1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:16:44 +02:00
2016-07-19 16:34:20 +08:00

134 B

redis-arm

docker-compose.yml

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