1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-08 04:04:42 +02:00
dockerfiles/redis/arm
..
docker-compose.yml
docker-entrypoint.sh
Dockerfile
README.md

redis-arm

docker-compose.yml

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