You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	redis-arm
docker-compose.yml
redis:
  image: easypi/redis-arm
  ports:
    - "6379:6379"
  restart: always